Method
Gtk.LayoutManager.get_layout_child
Declaration [src]
GtkLayoutChild*
gtk_layout_manager_get_layout_child (
GtkLayoutManager* manager,
GtkWidget* child
)
Description [src]
Retrieves a GtkLayoutChild
instance for the GtkLayoutManager
,
creating one if necessary.
The child
widget must be a child of the widget using manager
.
The GtkLayoutChild
instance is owned by the GtkLayoutManager
,
and is guaranteed to exist as long as child
is a child of the
GtkWidget
using the given GtkLayoutManager
.
Parameters
child |
GtkWidget |
a |
|
Ownership is not transferred to the callee |
Return value
Returns: GtkLayoutChild |
|
a |
|
Ownership is not transferred to the caller |