Requisition

A gtk.requisition.Requisition represents the desired size of a widget. See GtkWidget’s geometry management section for more information.

Members

Functions

copy
gtk.requisition.Requisition copy()

Copies a gtk.requisition.Requisition.

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