GtkGridLayoutChild

描述 [src]

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

GtkLayoutChild 子类,用于 GtkGridLayout 中的子级。

层级

hierarchy this GtkGridLayoutChild ancestor_0 GtkLayoutChild ancestor_0--this ancestor_1 GObject ancestor_1--ancestor_0

实例方法

gtk_grid_layout_child_get_column

检索 child 将其左侧连接到的列号。

gtk_grid_layout_child_get_column_span

检索 child 跨越的列数。

gtk_grid_layout_child_get_row

检索 child 将其顶部连接到的行号。

gtk_grid_layout_child_get_row_span

检索 child 跨越的行数。

gtk_grid_layout_child_set_column

设置要连接 child 左侧的列号。

gtk_grid_layout_child_set_column_span

设置 child 跨越的列数。

gtk_grid_layout_child_set_row

设置用于放置 child 的行。

gtk_grid_layout_child_set_row_span

设置 child 跨越的行数。

GtkLayoutChild(2)继承的方法
gtk_layout_child_get_child_widget

检索与给定 layout_child 相关联的 GtkWidget

gtk_layout_child_get_layout_manager

检索创建了给定 layout_childGtkLayoutManager 实例。

GObject(43)继承的方法

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

属性

Gtk.GridLayoutChild:column

放置子级的列。

Gtk.GridLayoutChild:column-span

子级跨越的列数。

Gtk.GridLayoutChild:row

放置子级的行。

Gtk.GridLayoutChild:row-span

子级跨越的行数。

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

无可用描述。

类成员
parent_class: GtkLayoutChildClass

无可用描述。