Method

GntBoxadd_widget

Declaration [src]

void
gnt_box_add_widget (
  GntBox* box,
  GntWidget* widget
)

Description [src]

Add a widget in the box.

Parameters

widget

Type: GntWidget

The widget to add.

The data is owned by the caller of the function.