Method

GntWidgetset_position

Declaration [src]

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

Description [src]

Set the position of a widget.

Parameters

x

Type: int

The x-coordinate of the widget.

y

Type: int

The x-coordinate of the widget.