Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Struct Gtk.Requisition

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-2.0.gir
C documentation: GtkRequisition
Struct : Requisition
  Show / Hide Inherited methods, properties and signals
A GtkRequisition represents the desired size of a widget. See for more information.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Gtk.Requisition ()
Create a new Gtk.Requisition
Create a new Gtk.Requisition
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.CellView
Method
get_size_of_row (TreePath path, Requisition requisition) : Boolean
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:40 GMT+0800 (HKT)