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

Inti::Gtk::VScrollbar Class Reference

A GtkVScrollbar C++ wrapper class. More...

#include <inti/gtk/scrollbar.h>

Inheritance diagram for Inti::Gtk::VScrollbar:

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 List of all members.

Public Member Functions

Constructors
Accessors

Protected Member Functions

Constructors

Detailed Description

A GtkVScrollbar C++ wrapper class.

The VScrollbar widget is a widget arranged vertically creating a scrollbar. See Scrollbar for details on scrollbars. An Adjustment may be added to handle the adjustment of the scrollbar.


Constructor & Destructor Documentation

Inti::Gtk::VScrollbar::VScrollbar GtkVScrollbar *  vscrollbar,
bool  reference = false
[explicit, protected]
 

Construct a new VScrollbar from an existing GtkVScrollbar.

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

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

Inti::Gtk::VScrollbar::VScrollbar Adjustment adjustment  )  [explicit]
 

Construct a new vertical scrollbar with the specified adjustment.

Parameters:
adjustment The Adjustment to use.


The documentation for this class was generated from the following file: Main Page - Footer


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