gtk-sharp 0.0.0.0 neutral 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 To be added To be added Method Gtk.Requisition To be added To be added: an object of type 'IntPtr' To be added: an object of type 'Gtk.Requisition' To be added Method System.Void To be added To be added Method Gtk.Requisition To be added To be added: an object of type 'Gtk.Requisition' To be added Property GLib.GType GType Property. a Returns the native value for . Field System.Int32 The requested width. Field System.Int32 The requested height.