Requisition

class Requisition(**kwargs)

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

Constructors

class Requisition
classmethod new() Requisition

Allocates a new GtkRequisition.

The struct is initialized to zero.

Methods

class Requisition
free() None

Frees a GtkRequisition.

Fields

class Requisition
height

The widget’s desired height

width

The widget’s desired width