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¶
Represents the desired size of a widget.
See GtkWidget’s geometry management section for more information.
- classmethod new()[source]¶
- Returns:
a new empty
GtkRequisition
- Return type:
Allocates a new
GtkRequisition
.The struct is initialized to zero.