Requisition

A #GtkRequisition-struct represents the desired size of a widget. See [GtkWidget’s geometry management section][geometry-management] for more information.

Members

Functions

copy
gtk.requisition.Requisition copy()

Copies a #GtkRequisition.

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()

Variables

height
int height;

the widget’s desired height

width
int width;

the widget’s desired width