Virtual Method
GntWMwindow_move_confirm
Declaration [src]
gboolean
window_move_confirm (
GntWM* wm,
GntWidget* win,
int* x,
int* y
)
Description [src]
The class closure for the GntWM::confirm-move signal.
The WM may want to confirm the position of a window.
Parameters
win-
Type:
GntWidgetNo description available.
The data is owned by the caller of the method. x-
Type:
int*No description available.
The data is owned by the caller of the method. y-
Type:
int*No description available.
The data is owned by the caller of the method.