Class Index Cross Index Namespace Index

Class Gtk::HSeparator

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

#include <gtk--/separator.h>


public function member index:

HSeparator();
GtkHSeparator* gtkobj();
const GtkHSeparator* gtkobj() const;
static bool isA(Object* object);
virtual ~HSeparator();
 

Description:

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


Function Member Descriptions:

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

GtkHSeparator* gtkobj();

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

static bool isA(Object* object);