Class Index Cross Index Namespace Index

Class Gtk::HScrollbar

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

#include <gtk--/scrollbar.h>


public function member index:

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

Description:

The Gtk::HScrollbar widget is a widget arranged horizontally 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::HScrollbar::gtkobj - Returns the underlaying gtk+ object.

GtkHScrollbar* gtkobj();

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

static bool isA(Object* object);