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