Class Index Cross Index Namespace Index

Class Gtk::HPaned

A container with two panes arranged horizontally.
Contained in: Gtk
Derived from: Gtk::Paned
Derived by: none

#include <gtk--/paned.h>


public function member index:

HPaned();
GtkHPaned* gtkobj();
const GtkHPaned* gtkobj() const;
static bool isA(Object* object);
virtual ~HPaned();
 

Description:

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 Gtk::Paned for details.


Function Member Descriptions:

Gtk::HPaned::gtkobj - Returns the underlaying gtk+ object.

GtkHPaned* gtkobj();

Gtk::HPaned::isA - Returns true if object is this type.

static bool isA(Object* object);