Virtual Method
GntWMwindow_resize_confirm
Declaration [src]
gboolean
window_resize_confirm (
GntWM* wm,
GntWidget* win,
int* w,
int* h
)
Description [src]
The class closure for the GntWM::confirm-resize
signal. The WM may want to confirm a size for a
window first.
Parameters
win-
Type:
GntWidgetNo description available.
The data is owned by the caller of the method. w-
Type:
int*No description available.
The data is owned by the caller of the method. h-
Type:
int*No description available.
The data is owned by the caller of the method.