gpt4 book ai didi

c - 在 GTK+ 中制作网格

转载 作者:太空狗 更新时间:2023-10-29 15:18:55 28 4
gpt4 key购买 nike

我不是要代码实现,但考虑到 GTK+ 的技能集,从抽象的角度来看,实现网格的最佳方式是什么,这样每个方 block 都可以点击等等?

最佳答案

就我个人而言,我会使用表格 - http://library.gnome.org/devel/gtk/stable/GtkTable.html - 并用按钮填充它 - http://library.gnome.org/devel/gtk/stable/GtkButton.html .从那里,如果你不希望按钮看起来像按钮,我会设置浮雕 - http://library.gnome.org/devel/gtk/stable/GtkButton.html#gtk-button-set-relief - 无。

这样做会给你一个网格,其中每个元素的大小都相同,当你点击网格中的一个项目时会触发一个事件。

上面假设网格将有不止一行,如果你只计划有一行你最好使用 GtkHButtonBox - http://library.gnome.org/devel/gtk/stable/GtkHButtonBox.html - 或 GtkVButtonBox - http://library.gnome.org/devel/gtk/stable/GtkVButtonBox.html .

关于c - 在 GTK+ 中制作网格,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/832609/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com