Method

GntBoxadd_widget_in_front

since: 3.0

Declaration [src]

void
gnt_box_add_widget_in_front (
  GntBox* box,
  GntWidget* widget
)

Description [src]

Add a widget in the box at its front.

Available since: 3.0

Parameters

widget

Type: GntWidget

The widget to add.

The data is owned by the caller of the function.