gtk-sharp0.0.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.An HBox is a specific type of for packing widgets horizontally.Other ways of laying out widgets include using a vertical box, (see ), a table, (see ), button boxes, etc.
Useful methods for manipulating boxes can be found in the superclass for HBox, .
Gtk.BoxAtk.ImplementorGLib.IWrapperGLib.IWrapperSystem.IDisposableMethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of HBox, wrapping the C object.This is an internal constructor, and should not be used by user code.ConstructorThe main way to create a new HBox.
If , all widgets in the box are forced to be equally sized.
The number of pixels to place between each widget in the box.
A new HBoxConstructorInternal constructor, should not be used.PropertySystem.UInt32The for The for the class.ConstructorInternal constructor
GLib type for the type
Creates a new instance of HBox, using the GLib-provided typeThis is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code.