Function
Gntscreen_move_widget
Declaration [src]
void
gnt_screen_move_widget (
GntWidget* widget,
int x,
int y
)
Parameters
widget |
GntWidget |
The widget to move. |
|
The data is owned by the caller of the function. | |
x |
int |
The desired x-coordinate. |
|
y |
int |
The desired y-coordinate. |