Import line: | Gtk = imports.gi.Gtk; |
GIR File: | Gtk-2.0.gir |
C documentation: | GtkRequisition |
Struct : | Requisition |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
height : Number
|
Gtk.Requisition | |
width : Number
|
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.CellView
Method |
Sets requisition to the size needed by cell_view to display the model row pointed to by path.
|
Gtk.Widget
Signal |
size_request
(Widget self, Requisition requisition)
:
none
|
Gtk.Widget
Method |
size_request
(Requisition requisition)
:
none
This function is typically used when implementing a GtkContainer subclass.
|
Gtk.Widget
Method |
get_child_requisition
(Requisition requisition)
:
none
This function is only for use in widget implementations.
|
Gtk.Widget
Method |
get_requisition
()
:
Gtk.Requisition
Retrieves the widget's requisition.
|