类
GtkOverlayLayoutChild
描述 [src]
final class Gtk.OverlayLayoutChild : Gtk.LayoutChild
{
/* No available fields */
}
在 GtkOverlayLayout
中的子类的 GtkLayoutChild
。
实例方法
从 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 信号。