1Gtk2::VScrollbar(3) User Contributed Perl Documentation Gtk2::VScrollbar(3)
2
3
4
6 Gtk2::VScrollbar
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Range
14 +----Gtk2::Scrollbar
15 +----Gtk2::VScrollbar
16
18 Glib::Object::_Unregistered::AtkImplementorIface
19
21 widget = Gtk2::VScrollbar->new ($adjustment=undef)
22
23 * $adjustment (Gtk2::Adjustment or undef)
24
25 widget = Gtk2::VScrollBar->new ($adjustment=undef)
26
27 * $adjustment (Gtk2::Adjustment or undef)
28
29 A typo in days long past resulted in the package names for
30 Gtk2::VScrollbar and Gtk2::HScrollbar being misspelled with a capi‐
31 tal "B", despite the fact that only the proper name (with the small
32 "b") was actually registered with the Glib type system. For back‐
33 ward compatibility with Gtk2-1.00, Gtk2::VScrollBar->new calls
34 Gtk2::VScrollbar->new without complaint.
35
37 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
38 Gtk2::Range, Gtk2::Scrollbar
39
41 Copyright (C) 2003-2007 by the gtk2-perl team.
42
43 This software is licensed under the LGPL. See Gtk2 for a full notice.
44
45
46
47perl v5.8.8 2007-03-18 Gtk2::VScrollbar(3)