GFC Logo GFC Title Logo
Reference Manual
Main Page  |  Namespace List  |  Alphabetical List  |  Class List  |  File List

GFC::Gtk::Scrollbar Class Reference

A GtkScrollbar C++ wrapper class. More...

#include <gfc/gtk/scrollbar.hh>

Inheritance diagram for GFC::Gtk::Scrollbar:

GFC::Gtk::Range GFC::Gtk::Widget GFC::Gtk::Object GFC::Atk::Implementor GFC::G::Object GFC::G::TypeInterface GFC::G::TypeInstance GFC::G::TypeInstance GFC::Trackable GFC::Trackable GFC::Gtk::HScrollbar GFC::Gtk::VScrollbar List of all members.

Public Member Functions

Accessors

Protected Member Functions

Constructors

Detailed Description

A GtkScrollbar C++ wrapper class.

The Scrollbar widget is an abstract base class for HScrollbar and VScrollbar. It is not very useful in itself. The position of the thumb in a scrollbar is controlled by the scroll adjustments. See Adjustment for the fields in an adjustment - for Scrollbar, the "value" field represents the position of the scrollbar, which must be between the lower field and upper - page_size. The page_size field represents the size of the visible scrollable area. The step_increment and page_increment fields are used when the user asks to step down (using the small stepper arrows) or page down (using for example the Page Down key).


Constructor & Destructor Documentation

GFC::Gtk::Scrollbar::Scrollbar GtkScrollbar *  scrollbar,
bool  owns_reference = false
[explicit, protected]
 

Construct a new Scrollbar from an existing GtkScrollbar.

Parameters:
scrollbar A pointer to a GtkScrollbar.
owns_reference Set false if the initial reference count is floating, set true if it's not.

The scrollbar can be a newly created GtkScrollbar or an existing GtkScrollbar(see G::Object::Object).


The documentation for this class was generated from the following file:
Generated on Tue Aug 24 00:34:41 2004 for GFC-UI by doxygen 1.3.8