Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Struct Gtk.Requisition

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkRequisition
Struct : Requisition
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.CellRenderer
Method
get_preferred_size (Widget widget) : Object
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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:15:20 GMT+0800 (HKT)