org.gnu.gtk

Class HPaned

public class HPaned extends Paned

The HPaned widget is a container widget with two children arranged horizontally. The division between the two panes is adjustable by the user by dragging a handle.

See Also: Paned

Constructor Summary
HPaned()
Construct a new HPaned object.
HPaned(Handle handle)
Construct a new HPaned from a handle to a native resource.
Method Summary
static HPanedgetHPaned(Handle handle)
Internal static factory method to be used by Java-Gnome only.
static TypegetType()
Retrieve the runtime type used by the GLib library.

Constructor Detail

HPaned

public HPaned()
Construct a new HPaned object.

HPaned

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

Method Detail

getHPaned

public static HPaned getHPaned(Handle handle)
Internal static factory method to be used by Java-Gnome only.

getType

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