1Gtk2::Scale(3) User Contributed Perl Documentation Gtk2::Scale(3)
2
3
4
6 Gtk2::Scale
7
9 Glib::Object
10 +----Glib::InitiallyUnowned
11 +----Gtk2::Object
12 +----Gtk2::Widget
13 +----Gtk2::Range
14 +----Gtk2::Scale
15
17 Glib::Object::_Unregistered::AtkImplementorIface
18
20 integer = $scale->get_digits
21
22 $scale->set_digits ($digits)
23
24 * $digits (integer)
25
26 boolean = $scale->get_draw_value
27
28 $scale->set_draw_value ($draw_value)
29
30 * $draw_value (boolean)
31
32 layout = $scale->get_layout
33
34 (x, y) = $scale->get_layout_offsets
35
36 positiontype = $scale->get_value_pos
37
38 $scale->set_value_pos ($pos)
39
40 * $pos (Gtk2::PositionType)
41
43 'digits' (integer : readable / writable / private)
44 The number of decimal places that are displayed in the value
45
46 'draw-value' (boolean : readable / writable / private)
47 Whether the current value is displayed as a string next to the
48 slider
49
50 'value-pos' (Gtk2::PositionType : readable / writable / private)
51 The position in which the current value is displayed
52
54 string = format-value (Gtk2::Scale, double)
55
57 enum Gtk2::PositionType
58
59 * 'left' / 'GTK_POS_LEFT'
60 * 'right' / 'GTK_POS_RIGHT'
61 * 'top' / 'GTK_POS_TOP'
62 * 'bottom' / 'GTK_POS_BOTTOM'
63
65 Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget,
66 Gtk2::Range
67
69 Copyright (C) 2003-2007 by the gtk2-perl team.
70
71 This software is licensed under the LGPL. See Gtk2 for a full notice.
72
73
74
75perl v5.8.8 2007-03-18 Gtk2::Scale(3)