GtkConstraintLayoutChild

描述 [src]

final class Gtk.ConstraintLayoutChild : Gtk.LayoutChild
{
  /* No available fields */
}

GtkConstraintLayout 中子级的 GtkLayoutChild 子类。

层次结构

hierarchy this GtkConstraintLayoutChild ancestor_0 GtkLayoutChild ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

实例方法

GtkLayoutChild 继承的方法 (2)
gtk_layout_child_get_child_widget

检索与给定 layout_child 关联的 GtkWidget

gtk_layout_child_get_layout_manager

检索创建给定 layout_childGtkLayoutManager 实例。

GObject 继承的方法 (43)

有关完整的方法列表,请参见 GObject

属性

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

无可用描述。