gtk-sharp0.0.0.0neutralGtk# 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.ValueTypeFieldGtk.RequisitionTo be addedTo be addedMethodGtk.RequisitionTo be added
To be added: an object of type 'IntPtr'
To be added: an object of type 'Gtk.Requisition'To be addedMethodSystem.VoidTo be addedTo be addedMethodGtk.RequisitionTo be addedTo be added: an object of type 'Gtk.Requisition'To be addedPropertyGLib.GTypeGType Property.a Returns the native value for .FieldSystem.Int32The requested width.FieldSystem.Int32The requested height.