在gtk中创建排序表

发布于 2024-09-14 17:55:37 字数 389 浏览 3 评论 0原文

在 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:

sorted table image
(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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我的痛♀有谁懂 2024-09-21 17:55:37

排序列表Stores

更新:

查看您的编辑后(忽略commens):

  • 没有内置小部件,但 ListView = TreeView + ListStore
  • 单击更改排序更难,但可能不会太难

记住,大多数事情都是由他们的教程,位于 PyGTK.org ( HTML)
以及 PDF 格式。他们还有 PyGTK 参考 ,如果这更适合您。

Sorted List Stores

UPDATE:

After looking at your edit (disregarding commens):

  • There is no built-in widget, but ListView = TreeView + ListStore
  • Clicking to change sorting is harder, but probably not by much

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文