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 Don't change slider size, just lock it to the minimum length
24
25 'has-backward-stepper' (boolean : default true : readable / private)
26 Display the standard backward arrow button
27
28 'has-forward-stepper' (boolean : default true : readable / private)
29 Display the standard forward arrow button
30
31 'has-secondary-backward-stepper' (boolean : default false : readable /
32 private)
33 Display a second backward arrow button on the opposite end of the
34 scrollbar
35
36 'has-secondary-forward-stepper' (boolean : default false : readable /
37 private)
38 Display a second forward arrow button on the opposite end of the
39 scrollbar
40
41 'min-slider-length' (integer : default 21 : readable / private)
42 Minimum length of scrollbar slider
43
45 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
46 Gtk2::Range
47
49 Copyright (C) 2003-2011 by the gtk2-perl team.
50
51 This software is licensed under the LGPL. See Gtk2 for a full notice.
52
53
54
55perl v5.30.0 2019-07-26 Gtk2::Scrollbar(3)