Virtual Method

GtkLayoutManagercreate_layout_child

Declaration [src]

GtkLayoutChild*
create_layout_child (
  GtkLayoutManager* manager,
  GtkWidget* widget,
  GtkWidget* for_child
)

Description [src]

Create a GtkLayoutChild instance for the given for_child widget.

Parameters

widget

Type: GtkWidget

The widget using the manager.

The data is owned by the caller of the method.
for_child

Type: GtkWidget

The child of widget.

The data is owned by the caller of the method.

Return value

Type: GtkLayoutChild

A GtkLayoutChild

The caller of the method takes ownership of the returned data, and is responsible for freeing it.