Class Index Cross Index Namespace Index

Class Gtk::Scrollbar

Base class for Gtk::HScrollbar and Gtk::VScrollbar.
Contained in: Gtk
Derived from: Gtk::Range
Derived by: Gtk::HScrollbar Gtk::VScrollbar

#include <gtk--/scrollbar.h>


public function member index:

GtkScrollbar* gtkobj();
const GtkScrollbar* gtkobj() const;
static bool isA(Object* object);
virtual ~Scrollbar();
 

protected function member index:

Scrollbar();
 

Description:

The Gtk::Scrollbar widget is an abstract base class for Gtk::HScrollbar and Gtk::VScrollbar. It is not very useful in itself.


Function Member Descriptions:

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

GtkScrollbar* gtkobj();

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

static bool isA(Object* object);