在gtk中创建排序表
在 gtk 中创建排序表视图的最简单方法是什么?我不确定这是否是正确的术语,但您知道这个术语:
(来源:sun.com)
有内置的小部件吗?如果没有,我将如何制作那些看起来略有不同的列,单击以更改排序等。请注意,我目前不需要多列排序。
What's the easieest way to create a sorted table view in gtk? I'm not sure if that's the right term, but you know the one:
(source: sun.com)
Is there a built-in widget for this? If not, how would I go about making those columns that look slightly different, click to change sorting, etc. Note I don't need multi-column sorting at the moment.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
排序列表Stores
更新:
查看您的编辑后(忽略commens):
记住,大多数事情都是由他们的教程,位于 PyGTK.org ( HTML)
以及 PDF 格式。他们还有 PyGTK 参考 ,如果这更适合您。
Sorted List Stores
UPDATE:
After looking at your edit (disregarding commens):
Remember that most anything is handled by their tutorial, at PyGTK.org (HTML)
and in PDF Format. They also have a PyGTK Refrence, if that suits you better.