org.gnu.gtk

Class HButtonBox

public class HButtonBox extends ButtonBox

HButtonBox is a container designed to display a collection of buttons horizontally.

The main methods for manipulating this object are part of the super class ButtonBox

See Also: ButtonBox VButtonBox

Constructor Summary
HButtonBox()
Construct a new HButtonBox
HButtonBox(Handle handle)
Construct a new HButtonBox from a handle to a native resource.
Method Summary
static HButtonBoxgetHButtonBox(Handle handle)
Construct a new HButtonBox from a handle to a native resource.
static TypegetType()
Retrieve the runtime type used by the GLib library.

Constructor Detail

HButtonBox

public HButtonBox()
Construct a new HButtonBox

HButtonBox

public HButtonBox(Handle handle)
Construct a new HButtonBox from a handle to a native resource.

Method Detail

getHButtonBox

public static HButtonBox getHButtonBox(Handle handle)
Construct a new HButtonBox from a handle to a native resource.

getType

public static Type getType()
Retrieve the runtime type used by the GLib library.