Method

GntWidgetset_parent

since: 3.0

Declaration [src]

void
gnt_widget_set_parent (
  GntWidget* widget,
  GntWidget* parent
)

Description [src]

Set the parent of a widget.

This is generally only useful when implementing subclasses of GntBox.

Available since: 3.0

Parameters

parent

Type: GntWidget

The parent widget.

The data is owned by the caller of the function.