1Gtk2::Scrollbar(3) User Contributed Perl Documentation Gtk2::Scrollbar(3)
2
3
4
6 Gtk2::Scrollbar - wrapper for GtkScrollbar
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Range
14 +----Gtk2::Scrollbar
15
17 Glib::Object::_Unregistered::AtkImplementorIface
18 Gtk2::Buildable
19 Gtk2::Orientable
20
22 'fixed-slider-length' (boolean : default false : readable / private /
23 static-nick / static-blurb)
24 Don't change slider size, just lock it to the minimum length
25
26 'has-backward-stepper' (boolean : default true : readable / private /
27 static-nick / static-blurb)
28 Display the standard backward arrow button
29
30 'has-forward-stepper' (boolean : default true : readable / private /
31 static-nick / static-blurb)
32 Display the standard forward arrow button
33
34 'has-secondary-backward-stepper' (boolean : default false : readable /
35 private / static-nick / static-blurb)
36 Display a second backward arrow button on the opposite end of the
37 scrollbar
38
39 'has-secondary-forward-stepper' (boolean : default false : readable /
40 private / static-nick / static-blurb)
41 Display a second forward arrow button on the opposite end of the
42 scrollbar
43
44 'min-slider-length' (integer : default 21 : readable / private /
45 static-nick / static-blurb)
46 Minimum length of scrollbar slider
47
49 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
50 Gtk2::Range
51
53 Copyright (C) 2003-2011 by the gtk2-perl team.
54
55 This software is licensed under the LGPL. See Gtk2 for a full notice.
56
57
58
59perl v5.32.1 2021-01-27 Gtk2::Scrollbar(3)