GtkOverlayLayoutChild

描述 [src]

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

GtkOverlayLayout 中的子类的 GtkLayoutChild

层次结构

hierarchy this GtkOverlayLayoutChild ancestor_0 GtkLayoutChild ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

实例方法

gtk_overlay_layout_child_get_clip_overlay

检索子代是否被裁剪。

gtk_overlay_layout_child_get_measure

检索是否测量了子代。

gtk_overlay_layout_child_set_clip_overlay

设置是否裁剪此子代。

gtk_overlay_layout_child_set_measure

设置是否测量此子代。

GtkLayoutChild(2)继承的方法
gtk_layout_child_get_child_widget

检索与给定的 layout_child 相关联的 GtkWidget

gtk_layout_child_get_layout_manager

检索创建给定 layout_childGtkLayoutManager 实例。

GObject (43) 继承的方法

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

属性

Gtk.OverlayLayoutChild:clip-overlay

子代是否应裁剪以适应父代的大小。

Gtk.OverlayLayoutChild:measure

子代大小是否应有助于 GtkOverlayLayout 的测量。

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 GtkOverlayLayoutChildClass {
  GtkLayoutChildClass parent_class;
  
}

没有可用的描述。

类成员
parent_class: GtkLayoutChildClass

没有可用的描述。