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