GtkFixedLayoutChild

说明 [src]

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

GtkLayoutChild 子类用于 GtkFixedLayout 中的子元素。

层级

hierarchy this GtkFixedLayoutChild ancestor_0 GtkLayoutChild ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

实例方法

gtk_fixed_layout_child_get_transform

检索子元素的变换。

gtk_fixed_layout_child_set_transform

设置 GtkFixedLayout 子元素的变换。

GtkLayoutChild(2)继承的方法
gtk_layout_child_get_child_widget

检索与给定 layout_child 关联的 GtkWidget

gtk_layout_child_get_layout_manager

检索创建给定 layout_childGtkLayoutManager 实例。

GObject(43)继承的方法

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

属性

Gtk.FixedLayoutChild:transform

子元素的转换。

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

无说明。

类成员
parent_class: GtkLayoutChildClass

无说明。