Class
GtkLayoutChild
since: 4.0
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.
Available since: 4.0
Instance methods
gtk_layout_child_get_child_widget
Retrieves the GtkWidget
associated to the given layout_child
.
since: 4.0
gtk_layout_child_get_layout_manager
Retrieves the GtkLayoutManager
instance that created the
given layout_child
.
since: 4.0
Properties
Gtk.LayoutChild:child-widget
The widget that is associated to the GtkLayoutChild
instance.
since: 4.0
Gtk.LayoutChild:layout-manager
The layout manager that created the GtkLayoutChild
instance.
since: 4.0
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.
since: 2.0