Method

GntBoxremove

Declaration [src]

void
gnt_box_remove (
  GntBox* box,
  GntWidget* widget
)

Description [src]

Remove a widget from the box. Calling this does NOT destroy the removed widget.

Parameters

widget

Type: GntWidget

The widget to remove.

The data is owned by the caller of the function.