Method

GtkLayoutManagerget_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

Type: GtkWidget

A GtkWidget

The data is owned by the caller of the method.

Return value

Type: GtkLayoutChild

A GtkLayoutChild

The returned data is owned by the instance.