PyGTK 水平列表

发布于 2024-08-18 06:14:51 字数 338 浏览 7 评论 0原文

我有一个演示程序,并且有一个带有幻灯片的垂直列表。我想放置一个水平列表以便重新排序,并在幻灯片之间轻松移动。

它看起来像这样,甚至可能有一个水平滚动条:

+------+------+------+------+-+
|  S1  |  S2  |  S3  |  S4  | |
 <===========================>   Scrollbar
+-----------------------------+

PyGTK 是否支持我忽略的水平列表,或者我需要使用表格来实现它?或者也许更好的界面只是有另一个垂直列,但我有点喜欢水平列表的想法。

I have a presentation program, and I have a vertical list with slides. I was wanting to put a horizontal list for re-ordering, and easy movement between slides.

It would look something like this, and might even have a horizontal scrollbar:

+------+------+------+------+-+
|  S1  |  S2  |  S3  |  S4  | |
 <===========================>   Scrollbar
+-----------------------------+

Does PyGTK have support for a horizontal list that I am overlooking, or do I need to implement it using a table? Or maybe a better interface would be just to have another vertical column, but I kind of like the idea of a horizontal list.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

孤檠 2024-08-25 06:14:51

看起来 CellView 可能就是我正在寻找的为了。我必须尝试一下才能确定,但​​这对我来说听起来不错。

It looks like the CellView may be what I'm looking for. I'll have to play with it to make sure, but it sounds good to me.

月隐月明月朦胧 2024-08-25 06:14:51

为什么不使用 HBox ?将其放在 ViewportScrolledWindow 并且您将获得滚动支持。

Why don't you use an HBox? Put it on a Viewport and a ScrolledWindow and you will have scrolling support.

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