Method

GntWMmove_window

Declaration [src]

void
gnt_wm_move_window (
  GntWM* wm,
  GntWidget* widget,
  int x,
  int y
)

Description [src]

Move a window.

Parameters

widget

Type: GntWidget

The window to move.

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

Type: int

The desired x-coordinate of the window.

y

Type: int

The desired y-coordinate of the window.