1Gtk2::VScrollbar(3) User Contributed Perl Documentation Gtk2::VScrollbar(3)
2
3
4
6 Gtk2::VScrollbar - wrapper for GtkVScrollbar
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 Gtk2::Buildable
20 Gtk2::Orientable
21
23 widget = Gtk2::VScrollbar->new ($adjustment=undef)
24 • $adjustment (Gtk2::Adjustment or undef)
25
26 widget = Gtk2::VScrollBar->new ($adjustment=undef)
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 capital
31 "B", despite the fact that only the proper name (with the small "b")
32 was actually registered with the Glib type system. For backward
33 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-2011 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.32.1 2021-01-27 Gtk2::VScrollbar(3)