Gtk.Requisition¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
height |
r/w |
the widget’s desired height |
|
width |
r/w |
the widget’s desired width |
Methods¶
class |
|
|
|
|
Details¶
- class Gtk.Requisition¶
A
GtkRequisition
represents the desired size of a widget. See GtkWidget’s geometry management section for more information.- classmethod new()[source]¶
- Returns:
a new empty
GtkRequisition
. The newly allocatedGtkRequisition
should be freed with [method`Gtk`.Requisition.free]- Return type:
Allocates a new
GtkRequisition
.The struct is initialized to zero.