Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-3.0.gir |
C documentation: | GtkRequisition |
Struct : | Requisition |
Properties | Defined By | |
---|---|---|
height : gint32
|
Gtk.Requisition | |
width : gint32
|
Gtk.Requisition |
Method / Constructor | Defined By | |
---|---|---|
new Gtk.Requisition
()
Create a new Gtk.Requisition
Create a new Gtk.Requisition
|
||
copy
()
:
Gtk.Requisition
Copies a GtkRequisition.
Copies a GtkRequisition.
|
Gtk.Requisition | |
free
()
:
none
Frees a GtkRequisition.
Frees a GtkRequisition.
|
Gtk.Requisition |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Gtk.CellRenderer
Method |
Retrieves the minimum and natural size of a cell taking
into account the widget's preference for height-for-width management. |
Gtk.Widget
Method |
get_child_requisition
()
:
Gtk.Requisition
This function is only for use in widget implementations.
|
Gtk.Widget
Method |
get_preferred_size
()
:
Object
Retrieves the minimum and natural size of a widget, taking
into account the widget's preference for height-for-width management. |
Gtk.Widget
Method |
get_requisition
()
:
Gtk.Requisition
Retrieves the widget's requisition.
|
Gtk.Widget
Method |
size_request
()
:
Gtk.Requisition
This function is typically used when implementing a GtkContainer
subclass. |