gtk-sharp 2.6.0.0 Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. A GtkRequisition represents the desired size of a widget. The size requisition of a widget is it's desired width and height. This is represented by this structure. How a widget determines its desired size depends on the widget. A , for example, requests enough space to display all its text. Container widgets generally base their size request on the requisitions of their children. The size requisition phase of the widget layout process operates top-down. It starts at a top-level widget, typically a . The top-level widget asks its child for its size requisition by calling . To determine its requisition, the child asks its own children for their requisitions and so on. Finally, the top-level widget will get a requisition back from its child. System.ValueType Field Gtk.Requisition An empty object. Method Gtk.Requisition Constructor. A , the underlying C object. A Not for general developer use. Method System.Void Frees the memory used by this requisition. Method Gtk.Requisition Duplicates this requisition object by value. A Property GLib.GType GType Property. a Returns the native value for . Field System.Int32 The requested width. Field System.Int32 The requested height. Method GLib.Value To be added. To be added. To be added. To be added. Method Gtk.Requisition To be added. To be added. To be added. To be added.