Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::Gtk::Scrollbar Class Reference

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

#include <inti/gtk/scrollbar.h>

Inheritance diagram for Inti::Gtk::Scrollbar:

Inti::Gtk::Range Inti::Gtk::Widget Inti::Gtk::Object Inti::Atk::Implementor Inti::G::Object Inti::G::TypeInterface Inti::G::TypeInstance Inti::MemoryHandler Inti::G::TypeInstance Inti::ReferencedBase Inti::ReferencedBase Inti::Gtk::HScrollbar Inti::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

Inti::Gtk::Scrollbar::Scrollbar GtkScrollbar *  scrollbar,
bool  reference = false
[explicit, protected]
 

Construct a new Scrollbar from an existing GtkScrollbar.

Parameters:
scrollbar A pointer to a GtkScrollbar.
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: Main Page - Footer


Generated on Sun Sep 14 20:08:18 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002