Method

GtkWidgetget_allocated_height

Declaration [src]

int
gtk_widget_get_allocated_height (
  GtkWidget* widget
)

Description [src]

Returns the height that has currently been allocated to widget. This function is intended to be used when implementing handlers for the GtkWidget::draw function.

Return value

Type: int

The height of the widget.