Class Index Cross Index Namespace Index

Class Gtk::VSeparator

Vertical line widget.
Contained in: Gtk
Derived from: Gtk::Separator
Derived by: none

#include <gtk--/separator.h>


public function member index:

VSeparator();
GtkVSeparator* gtkobj();
const GtkVSeparator* gtkobj() const;
static bool isA(Object* object);
virtual ~VSeparator();
 

Description:

Filler widget used to separate widgets with a visible line. This widget has no window and receives on configuration events. It should be considered a leaf widget.


Function Member Descriptions:

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

GtkVSeparator* gtkobj();

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

static bool isA(Object* object);