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.
我使用 PyGTKgtk.TreeView并gtk.TreeViewColumn构建具有多列的列表。对于我想呈现标准标题的列,但堆叠在另一行跨越多列的标题上。请参阅此图:
gtk.TreeView
gtk.TreeViewColumn
与列标题 1 到 4 不同,堆叠的标题不需要任何排序功能。他们只需要包含一个标签。当调整默认标题之一(标题 1-4)的大小时,我希望堆叠的标题与它们一起调整大小,以便它们保持对齐。
GTK可以做到这一点吗?如果是这样,怎么做?
我认为标准GtkTreeView小部件不可能做到这一点。这个小部件所能做的就是GtkCellRenderer在一个列标题下打包多个 s。
GtkTreeView
GtkCellRenderer
您也许可以创建一个新的小部件,该小部件仅在GtkTreeView小部件上方绘制堆叠和跨越的标题