Method

GntWMwidget_move_workspace

Declaration [src]

void
gnt_wm_widget_move_workspace (
  GntWM* wm,
  GntWS* neww,
  GntWidget* widget
)

Description [src]

Move a window to a specific workspace.

Parameters

neww

Type: GntWS

The new workspace.

The data is owned by the caller of the function.
widget

Type: GntWidget

The widget to move.

The data is owned by the caller of the function.