类
GtkConstraintLayoutChild
实例方法
从 GtkLayoutChild 继承的方法 (2)
gtk_layout_child_get_child_widget
检索与给定 layout_child
关联的 GtkWidget
。
gtk_layout_child_get_layout_manager
检索创建给定 layout_child
的 GtkLayoutManager
实例。
属性
从 GtkLayoutChild 继承的属性 (2)
Gtk.LayoutChild:child-widget
与 GtkLayoutChild
实例关联的小组件。
Gtk.LayoutChild:layout-manager
创建 GtkLayoutChild
实例的布局管理器。
信号
从 GObject 继承的信号 (1)
GObject::notify
当某个属性的值通过 g_object_set_property()、g_object_set() 等被设定时,notify 信号将在对象上被发出。
类结构
struct GtkConstraintLayoutChildClass {
GtkLayoutChildClass parent_class;
}
无可用描述。
类成员
parent_class: GtkLayoutChildClass
无可用描述。