GtkRequisition

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

struct GtkRequisition {}

Members

Variables

height
int height;

the widget’s desired height

width
int width;

the widget’s desired width