Frage

How are called these "widgets" in Gtk+: the widget with blue border and the widgets inside on it? is there equivalent in Gtk+?

Note: I'm calling "widget" by following Gtk terminology, because I don't know what its real nomenclature in the KDE environment.

enter image description here

War es hilfreich?

Lösung

That is called a TreeView­­­­­­­, inside it you will find TreeViewColumn and CellRenderer.

The documentation is here.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top