Function
Gntscreen_resize_widget
Declaration [src]
void
gnt_screen_resize_widget (
GntWidget* widget,
int width,
int height
)
Parameters
widget-
Type:
GntWidgetThe widget to resize.
The data is owned by the caller of the function. width-
Type:
intThe desired width.
height-
Type:
intThe desired height.