문제

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

도움이 되었습니까?

해결책

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

The documentation is here.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top