Method

GntWSadd_widget

since: 2.1

Declaration [src]

void
gnt_ws_add_widget (
  GntWS* ws,
  GntWidget* widget
)

Description [src]

Add a widget to a workspace.

Available since: 2.1

Parameters

widget

Type: GntWidget

The widget to add.

The data is owned by the caller of the function.