Method

GntBoxget_children

since: 2.14

Declaration [src]

GList*
gnt_box_get_children (
  GntBox* box
)

Description [src]

Returns a list of the children of the widget.

Available since: 2.14

Return value

Type: A list of None

A new list containing the children of the box.

The caller of the method takes ownership of the data container, but not the data inside it.