Function

Gntscreen_move_widget

Declaration [src]

void
gnt_screen_move_widget (
  GntWidget* widget,
  int x,
  int y
)

Description [src]

Move a widget.

Parameters

widget

Type: GntWidget

The widget to move.

The data is owned by the caller of the function.
x

Type: int

The desired x-coordinate.

y

Type: int

The desired y-coordinate.