- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
gtk_container_set_focus_chain()自 GTK 3.24 以来不推荐使用的函数。我可以用什么代替?
最佳答案
您提供的链接表明:
Deprecated since: 3.24
For overriding focus behavior, use the GtkWidgetClass::focus signal.
当然是almost fully undocumented (叹)。遗憾的是,我已经检查了演示,但没有看到与此相关的任何内容。
从这里migration from GTK3 to GTK4 guide :
In GTK 4, any widget can have children (and
GtkContainer
is gone).There is new API to navigate the widget tree, for use in widgetimplementations:gtk_widget_get_first_child()
,gtk_widget_get_last_child()
,gtk_widget_get_next_sibling()
,gtk_widget_get_prev_sibling()
.
这可能是一个很好的起点。
关于gtk - 我可以用什么代替 gtk_container_set_focus_chain()?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71276437/
gtk_container_set_focus_chain()自 GTK 3.24 以来不推荐使用的函数。我可以用什么代替? 最佳答案 您提供的链接表明: Deprecated since: 3.24
我是一名优秀的程序员,十分优秀!