Method
GntWMmove_window
Declaration [src]
void
gnt_wm_move_window (
GntWM* wm,
GntWidget* widget,
int x,
int y
)
Parameters
widget-
Type:
GntWidgetThe window to move.
The data is owned by the caller of the function. x-
Type:
intThe desired x-coordinate of the window.
y-
Type:
intThe desired y-coordinate of the window.