API Version: 4.0
Library Version: 4.15.4
Generated by gi-docgen 2024.2
final class Gtk.GridLayoutChild : Gtk.LayoutChild { /* No available fields */ }
GtkLayoutChild subclass for children in a GtkGridLayout.
GtkLayoutChild
GtkGridLayout
Retrieves the column number to which child attaches its left side.
child
Retrieves the number of columns that child spans to.
Retrieves the row number to which child attaches its top side.
Retrieves the number of rows that child spans to.
Sets the column number to attach the left side of child.
Sets the number of columns child spans to.
Sets the row to place child in.
Sets the number of rows child spans to.
Retrieves the GtkWidget associated to the given layout_child.
GtkWidget
layout_child
Retrieves the GtkLayoutManager instance that created the given layout_child.
GtkLayoutManager
Please see GObject for a full list of methods.
The column to place the child in.
The number of columns the child spans to.
The row to place the child in.
The number of rows the child spans to.
The widget that is associated to the GtkLayoutChild instance.
The layout manager that created the GtkLayoutChild instance.
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
struct GtkGridLayoutChildClass { GtkLayoutChildClass parent_class; }
No description available.
parent_class: GtkLayoutChildClass
Content