将小部件流动到容器大小(与堆栈溢出右侧的标签完全相同!)

发布于 2024-10-16 16:58:00 字数 274 浏览 1 评论 0原文

我正在尝试在我的 GTK 应用程序中实现标签列表(用 GTKmm 编写,但该细节在这里并不重要)。我编写了一个自定义小部件,它将一个按钮和一个标签粘贴到 HBox 中,以便每个标签看起来与主堆栈溢出页面右侧显示的收藏夹和忽略标签非常相似。是否有任何容器可以将这些自定义小部件放入其中,以便它们“流动”到容器的大小?继续添加更多水平线,直到没有空间,然后开始新的“线”。如果没有,你建议我如何制作一个?从 Gtk::Container 开始,手动计算每个标签小部件的宽度并以某种方式手动放置它们?我什至可以以像素完美的精度定位小部件吗?

I'm trying to implement a list of tags in my GTK app (writing it with GTKmm but that detail shouldn't matter here). I've written a custom widget that sticks a button and a label into an HBox so that each tag looks pretty similar to the favorite and ignore tags shown on the right side of the main stack overflow page. Is there any container I can stick these custom widgets in so that they will "flow" to the size of the container? Keep adding more horizontal until there is no room and then start on a new "line". If not, how would you suggest I make one? Start with a Gtk::Container, manually calculate the width of each tag widget and place them manually somehow? Can I even position a widget with pixel perfect precision?

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

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

发布评论

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

评论(1

甩你一脸翔 2024-10-23 16:58:00

使用 Gtk::TextView 并将您的小部件插入文本缓冲区?

Use a Gtk::TextView and insert your widgets in the text buffer?

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