Class Index Cross Index Namespace Index

Class Gtk::Separator

A base class for Gtk::HSeparator and Gtk::Vseparator.
Contained in: Gtk
Derived from: Gtk::Widget
Derived by: Gtk::HSeparator Gtk::VSeparator

#include <gtk--/separator.h>


public function member index:

GtkSeparator* gtkobj();
const GtkSeparator* gtkobj() const;
static bool isA(Object* object);
virtual ~Separator();
 

protected function member index:

Separator();
 

Description:

The Gtk::Separator widget is an abstract class, used only for deriving the subclasses Gtk::HSeparator and Gtk::VSeparator.


Function Member Descriptions:

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

GtkSeparator* gtkobj();

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

static bool isA(Object* object);