Class
GtkLayoutChild
Description [src]
abstract class Gtk.LayoutChild : GObject.Object
{
/* No available fields */
}
GtkLayoutChild
is the base class for objects that are meant to hold
layout properties.
If a GtkLayoutManager
has per-child properties, like their packing type,
or the horizontal and vertical span, or the icon name, then the layout
manager should use a GtkLayoutChild
implementation to store those properties.
A GtkLayoutChild
instance is only ever valid while a widget is part
of a layout.
Instance methods
gtk_layout_child_get_layout_manager
Retrieves the GtkLayoutManager
instance that created the
given layout_child
.
Signals
Signals inherited from GObject (1)
GObject::notify
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.