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