-1

I'm a newbie in pyGobject (Gtk3). I'm trying to build my GUI, but I couldn't identify the highlighted areas showing in the picture below.

enter image description here

What is the name of that widget?

oldtechaa
  • 1,463
  • 1
  • 14
  • 26
  • Please do not use irrelevant tags, such as `pygtk`, on your questions. It misleads those who follow those tags. – oldtechaa May 09 '16 at 12:06

1 Answers1

0

The name of that widget is a GtkTreeView. You have to give it a GtkTreeModel containing your data.

oldtechaa
  • 1,463
  • 1
  • 14
  • 26