Method

GntWidgetget_position

Declaration [src]

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

Description [src]

Get the position of a widget.

Parameters

x

Type: int*

Location to store the x-coordinate of the widget.

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

Type: int*

Location to store the y-coordinate of the widget.

The data is owned by the caller of the function.