Virtual Method

GntWidgetconfirm_size

Declaration [src]

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

Description [src]

Confirm a requested a size for a widget.

Parameters

width

Type: int

The requested width.

height

Type: int

The requested height.

Return value

Type: gboolean

TRUE if the new size was confirmed, FALSE otherwise.