Class Index Cross Index Namespace Index

Class Gtk::VScrollbar

A vertical scrollbar.
Contained in: Gtk
Derived from: Gtk::Scrollbar
Derived by: none

#include <gtk--/scrollbar.h>


public function member index:

explicit VScrollbar(Adjustment& gtkadjustment);
VScrollbar();
GtkVScrollbar* gtkobj();
const GtkVScrollbar* gtkobj() const;
static bool isA(Object* object);
virtual ~VScrollbar();
 

Description:

The Gtk::VScrollbar widget is a widget arranged vertically creating a scroll bar. See Gtk::Scrollbar for details on scrollbars. Gtk::Adjustment pointers may be added to handle the adjustment of the scrollbars or it may be left NULL in which case one will be created you. See Gtk::Adjustment for details.


Function Member Descriptions:

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

GtkVScrollbar* gtkobj();

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

static bool isA(Object* object);