Xfce Foundation Classes
Main Page  | IndexNamespace List  |  Alphabetical List  |  Class List  |  File List


Public Member Functions
Xfc::Gtk::VScrollbar Class Reference

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

#include <xfc/gtk/scrollbar.hh>

Inheritance diagram for Xfc::Gtk::VScrollbar:
Xfc::Gtk::Scrollbar Xfc::Gtk::Range Xfc::Gtk::Widget Xfc::Gtk::Object Xfc::Atk::Implementor Xfc::G::Object Xfc::G::TypeInterface Xfc::G::TypeInstance Xfc::G::TypeInstance Xfc::Trackable Xfc::Trackable

List of all members.

Public 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.

See also: the Range Widget HOWTO and example.


Constructor & Destructor Documentation

Xfc::Gtk::VScrollbar::VScrollbar ( GtkVScrollbar *  vscrollbar,
bool  owns_reference = false 
) [explicit, protected]

Construct a new VScrollbar from an existing GtkVScrollbar.

Parameters:
vscrollbarA pointer to a GtkVScrollbar.
owns_referenceSet 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).

Xfc::Gtk::VScrollbar::VScrollbar ( Adjustment adjustment) [explicit]

Construct a new vertical scrollbar with the specified adjustment.

Parameters:
adjustmentThe Adjustment to use.

The documentation for this class was generated from the following file:
Xfce Foundation Classes
Copyright © 2004-2005 The XFC Development Team XFC