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.
我有GtkHBox2 件物品。在里面,在左边,我有GtkHBox4 个项目。前两个是GtkEventBox's,然后是 a GtkHScale,最后是 a GtkLabel。
GtkHBox
GtkEventBox
GtkHScale
GtkLabel
这两个GtkEventBox每个都包含一个GtkVBox带有两个项目,一个图像和一个标签(使用,GtkEventBox以便我可以捕获图像上的点击事件)。不幸的是,我似乎无法弄清楚如何为它们设置宽度。目前,它看起来像这样:
GtkVBox
但我希望选择和平移部分更窄。有什么建议么?
确保将事件框打包到您GtkHBox的expand和fill参数设置为 false 的情况下。
expand
fill