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.
What is the name of that widget?
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.
What is the name of that widget?
The name of that widget is a GtkTreeView. You have to give it a GtkTreeModel containing your data.