Method
GntWMresize_window
Declaration [src]
void
gnt_wm_resize_window (
GntWM* wm,
GntWidget* widget,
int width,
int height
)
Parameters
widget
-
Type:
GntWidget
The window to resize.
The data is owned by the caller of the function. width
-
Type:
int
The desired width of the window.
height
-
Type:
int
The desired height of the window.