Method

GntWidgetset_size

Declaration [src]

gboolean
gnt_widget_set_size (
  GntWidget* widget,
  int width,
  int height
)

Description [src]

Set the size of a widget.

Parameters

width

Type: int

The width of the widget.

height

Type: int

The height of the widget.

Return value

Type: gboolean

If the widget was resized to the new size.