GtkLayoutChild

说明 [src]

abstract class Gtk.LayoutChild : GObject.Object
{
  /* No available fields */
}

GtkLayoutChild 是旨在容纳布局属性的类的基类。

如果 GtkLayoutManager 具有针对每个子项的属性(例如其打包类型、水平和垂直跨度或图标名称),则布局管理器应使用 GtkLayoutChild 实现来存储这些属性。

只有在小组件是布局的一部分时,GtkLayoutChild 实例才有效。

层次结构

hierarchy this GtkLayoutChild ancestor_0 GObject ancestor_0--this

祖先

实例方法

gtk_layout_child_get_child_widget

检索与给定 layout_child 关联的 GtkWidget

gtk_layout_child_get_layout_manager

检索创建给定 layout_childGtkLayoutManager 实例。

GObject (43) 继承的方法

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

属性

Gtk.LayoutChild:child-widget

GtkLayoutChild 实例关联的小组件。

Gtk.LayoutChild:layout-manager

创建 GtkLayoutChild 实例的布局管理器。

信号

GObject (1) 继承的信号
GObject::notify

当对象的某个属性通过 g_object_set_property()、g_object_set() 等设置值时,将会在该对象上发出 notify 信号。

类结构

struct GtkLayoutChildClass {
  /* no available fields */
}

无说明。