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