Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我现在正在学习 GTK+(在 Qt 之后),只是想知道它有什么可能,因此 Qt 是用于 digia 的。在 QListWidget 中放置一个自定义小部件是可能的,所以我想知道是否可以使用 GTK+ 做类似的事情。这个小部件的一个例子可以是一个像素图、一个标签和一个按钮,它们都在同一个单元格中,并使用像 Gtktable 这样的容器进行布局。
谢谢
是的当然。您只需要一个“自定义单元格渲染器”:
http://scentric.net/tutorial/ch-treeview.html
http://gtk.php.net/manual/en/html/tutorials/tutorials.treeview.view.html