即使小部件尝试扩展,如何强制 GTK 窗口保持一定的宽度?

发布于 2024-09-05 18:25:56 字数 114 浏览 4 评论 0原文

如何强制 GTK 窗口对象保持相同的大小,即使其中的表试图扩展?

我尝试在将子项附加到表格时使用 gtk.SHRINK,但表格中的 TextView 仍然不断扩展至超出可接受的宽度,并随之扩展窗口。

How do I force a GTK window object to stay the same size, even when a table inside of it tries to expand?

I've tried using gtk.SHRINK when attaching children to the table, but the TextViews within the table still keep expanding to way beyond an acceptable width and expanding the window along with it.

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

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

发布评论

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

评论(2

渔村楼浪 2024-09-12 18:25:56

如果将文本视图打包到 gtk.ScrolledWindow 中,文本视图将不会展开。这不是你直接问的,但我相信应该以更好的方式解决你的问题。

Text views won't expand if you pack them into a gtk.ScrolledWindow. This is not what you directly asked, but I believe should solve your problem in a better way.

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