Method

GntWidgetget_size

Declaration [src]

void
gnt_widget_get_size (
  GntWidget* widget,
  int* width,
  int* height
)

Description [src]

Get the size of a widget.

Parameters

width

Type: int*

Location to store the width of the widget.

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

Type: int*

Location to store the height of the widget.

The data is owned by the caller of the function.