类
GtkStackPage
描述 [源]
final class Gtk.StackPage : GObject.Object
implements Gtk.Accessible {
/* No available fields */
}
GtkStackPage
是 GtkStack
使用的辅助类。
实例方法
继承自 GtkAccessible (19) 的方法
gtk_accessible_announce
请求用户屏幕阅读器宣布给定的消息。
since: 4.14
gtk_accessible_get_accessible_parent
检索可访问对象的可访问父对象。
since: 4.10
gtk_accessible_get_accessible_role
检索可访问对象的可访问角色。
gtk_accessible_get_at_context
检索给定可访问对象的实现。
since: 4.10
gtk_accessible_get_bounds
查询这个可访问对象的坐标和维度。
since: 4.10
gtk_accessible_get_first_accessible_child
检索可访问对象的第一可访问子对象。
since: 4.10
gtk_accessible_get_next_accessible_sibling
获取可访问对象的下一个可访问兄弟对象。
since: 4.10
gtk_accessible_get_platform_state
查询平台状态,如焦点。
since: 4.10
gtk_accessible_reset_property
将可访问属性重置为其默认值。
gtk_accessible_reset_relation
将可访问关系重置为其默认值。
gtk_accessible_reset_state
将可访问状态重置为其默认值。
gtk_accessible_set_accessible_parent
设置可访问对象的父级和兄弟。
since: 4.10
gtk_accessible_update_next_accessible_sibling
更新下一个可访问兄弟。
since: 4.10
gtk_accessible_update_property
更新可访问属性列表。
gtk_accessible_update_property_value
更新可访问属性数组。
gtk_accessible_update_relation
更新可访问关系列表。
gtk_accessible_update_relation_value
更新可访问关系数组。
gtk_accessible_update_state
更新可访问状态列表。
gtk_accessible_update_state_value
更新可访问状态数组。
信号
从 GObject 继承的信号(1)
GObject::notify
当一个对象的属性通过 g_object_set_property(), g_object_set() 等设置时,notify 信号会在对象上发出。