Method

GntWSremove_widget

since: 2.1

Declaration [src]

void
gnt_ws_remove_widget (
  GntWS* ws,
  GntWidget* widget
)

Description [src]

Remove a widget from a workspace.

Available since: 2.1

Parameters

widget

Type: GntWidget

The widget to remove from the workspace.

The data is owned by the caller of the function.