Class Index Cross Index Namespace Index

Class Gtk::VPaned

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

#include <gtk--/paned.h>


public function member index:

VPaned();
GtkVPaned* gtkobj();
const GtkVPaned* gtkobj() const;
static bool isA(Object* object);
virtual ~VPaned();
 

Description:

The VPaned widget is a container widget with two children arranged vertically. The division between the two panes is adjustable by the user by dragging a handle. See Gtk::Paned for details.


Function Member Descriptions:

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

GtkVPaned* gtkobj();

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

static bool isA(Object* object);