类
GtkGridLayoutChild
描述 [src]
final class Gtk.GridLayoutChild : Gtk.LayoutChild
{
/* No available fields */
}
GtkLayoutChild
子类,用于 GtkGridLayout
中的子级。
实例方法
从 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 信号。