| gtkmm 3.1.10 | 
A vertical scrollbar. More...


| Public Member Functions | |
| virtual | ~VScrollbar () | 
| GtkVScrollbar* | gobj () | 
| Provides access to the underlying C GtkObject. | |
| const GtkVScrollbar* | gobj () const | 
| Provides access to the underlying C GtkObject. | |
| VScrollbar () | |
| VScrollbar (const Glib::RefPtr< Adjustment >& gtkadjustment) | |
| Related Functions | |
| (Note that these are not member functions.) | |
| Gtk::VScrollbar* | wrap (GtkVScrollbar* object, bool take_copy=false) | 
| A Glib::wrap() method for this object. | |
A vertical scrollbar.
The Gtk::VScrollbar widget is a widget arranged vertically creating a scrollbar. See Gtk::Scrollbar for details on scrollbars.
A Gtk::Adjustment may may be passed to the constructor to handle the adjustment of the scrollbar. If not specified, one will be created for you. See Gtk::Adjustment for details.
A VScrollbar widget looks like this:
 
| virtual Gtk::VScrollbar::~VScrollbar | ( | ) |  [virtual] | 
| Gtk::VScrollbar::VScrollbar | ( | ) | 
| Gtk::VScrollbar::VScrollbar | ( | const Glib::RefPtr< Adjustment >& | gtkadjustment | ) |  [explicit] | 
| GtkVScrollbar* Gtk::VScrollbar::gobj | ( | ) |  [inline] | 
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Scrollbar.
| const GtkVScrollbar* Gtk::VScrollbar::gobj | ( | ) | const  [inline] | 
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::Scrollbar.
| Gtk::VScrollbar* wrap | ( | GtkVScrollbar * | object, | 
| bool | take_copy = false | ||
| ) |  [related] | 
A Glib::wrap() method for this object.
| object | The C instance. | 
| take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. | 
 1.7.3
 1.7.3