GTK:如何设置 VBox 的高度?

发布于 2024-08-19 07:55:53 字数 366 浏览 6 评论 0原文

您好,我正在使用 GTKMM 制作一个应用程序。屏幕截图如下:

屏幕截图

问题是,我无法定位“我的标签”在顶部对齐,位于搜索框下方。

我将名称、搜索框、搜索按钮打包到 HBox 中,HBox 打包到 VBox 中,然后 MyLabel 打包到 VBox 中。

我认为问题在于 VBox 为两行分配了相等的高度,所以即使我将 MYLabel 对齐到顶部,但它的顶部是屏幕的中间,因为 VBox 平均分配了两行之间的高度。

有没有办法设置 VBox 行的高度?或者有其他出路吗?

Hi I'm making an app using GTKMM. The screenshot is below:

Screenshot

The Problem is, I'm not able to position the "My Label" to align at the top, just below the Search box.

I'm packing Name,Search box, Search Button into a HBox, which is packed into a VBox, and then MyLabel is packed into the VBox.

I think the problem is that the VBox is assigning equal heights to the two rows, So even though I align MYLabel to the top, but it's top is the middle of the screen 'cuz VBox distributed the heights between the two rows equally.

Is there a way to set the Heights of the VBox rows?? or any other way out?

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

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

发布评论

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

评论(1

冰之心 2024-08-26 07:55:53

将标签的 "expand""fill" 属性设置为 false

Set the "expand" and "fill" properties of the label to false.

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