Gtk2::Range - wrapper for GtkRange
Glib::Object
+----Glib::InitiallyUnowned
+----Gtk2::Object
+----Gtk2::Widget
+----Gtk2::Range
Glib::Object::_Unregistered::AtkImplementorIface
Gtk2::Buildable
Gtk2::Orientable
- •
- $adjustment (Gtk2::Adjustment)
- •
- $fill_level (double)
Since: gtk+ 2.12
- •
- $flippable (boolean)
Since: gtk+ 2.18
- $step (double)
- $page (double)
- •
- $sensitivity (Gtk2::SensitivityType)
Since: gtk+ 2.10
- •
- $min_size (boolean)
Since: gtk+ 2.20
- $min (double)
- $max (double)
- •
- $restrict_to_fill_level (boolean)
Since: gtk+ 2.12
- •
- $show_fill_level (boolean)
Since: gtk+ 2.12
- •
- $size_fixed (boolean)
Since: gtk+ 2.20
- •
- $policy (Gtk2::UpdateType)
- •
- $sensitivity (Gtk2::SensitivityType)
Since: gtk+ 2.10
- 'adjustment' (Gtk2::Adjustment : default undef : readable / writable /
construct / private / static-nick / static-blurb)
- The GtkAdjustment that contains the current value of this range
object
- 'fill-level' (double : default DBL_MAX : readable / writable / private /
static-nick / static-blurb)
- The fill level.
- 'inverted' (boolean : default false : readable / writable / private /
static-nick / static-blurb)
- Invert direction slider moves to increase range value
- 'lower-stepper-sensitivity' (Gtk2::SensitivityType : default
"auto" : readable / writable / private / static-nick /
static-blurb)
- The sensitivity policy for the stepper that points to the adjustment's
lower side
- 'restrict-to-fill-level' (boolean : default true : readable / writable /
private / static-nick / static-blurb)
- Whether to restrict the upper boundary to the fill level.
- 'round-digits' (integer : default -1 : readable / writable / private /
static-nick / static-blurb)
- The number of digits to round the value to.
- 'show-fill-level' (boolean : default false : readable / writable / private
/ static-nick / static-blurb)
- Whether to display a fill level indicator graphics on trough.
- 'update-policy' (Gtk2::UpdateType : default "continuous" :
readable / writable / private / static-nick / static-blurb)
- How the range should be updated on the screen
- 'upper-stepper-sensitivity' (Gtk2::SensitivityType : default
"auto" : readable / writable / private / static-nick /
static-blurb)
- The sensitivity policy for the stepper that points to the adjustment's
upper side
- 'activate-slider' (boolean : default false : readable / private /
static-nick / static-blurb)
- With this option set to TRUE, sliders will be drawn ACTIVE and with shadow
IN while they are dragged
- 'arrow-displacement-x' (integer : default 0 : readable / private /
static-nick / static-blurb)
- How far in the x direction to move the arrow when the button is
depressed
- 'arrow-displacement-y' (integer : default 0 : readable / private /
static-nick / static-blurb)
- How far in the y direction to move the arrow when the button is
depressed
- 'arrow-scaling' (float : default 0.5 : readable / private / static-nick /
static-blurb)
- Arrow scaling with regard to scroll button size
- 'slider-width' (integer : default 14 : readable / private / static-nick /
static-blurb)
- Width of scrollbar or scale thumb
- 'stepper-position-details' (boolean : default false : readable / private /
static-nick / static-blurb)
- When TRUE, the detail string for rendering the steppers is suffixed with
position information
- 'stepper-size' (integer : default 14 : readable / private / static-nick /
static-blurb)
- Length of step buttons at ends
- 'stepper-spacing' (integer : default 0 : readable / private / static-nick
/ static-blurb)
- Spacing between step buttons and thumb
- 'trough-border' (integer : default 1 : readable / private / static-nick /
static-blurb)
- Spacing between thumb/steppers and outer trough bevel
- 'trough-side-details' (boolean : default false : readable / private /
static-nick / static-blurb)
- When TRUE, the parts of the trough on the two sides of the slider are
drawn with different details
- 'trough-under-steppers' (boolean : default true : readable / private /
static-nick / static-blurb)
- Whether to draw trough for full length of range or exclude the steppers
and spacing
- adjust-bounds (Gtk2::Range, double)
- boolean = change-value (Gtk2::Range, Gtk2::ScrollType, double)
- move-slider (Gtk2::Range, Gtk2::ScrollType)
- value-changed (Gtk2::Range)
- 'none' / 'GTK_SCROLL_NONE'
- 'jump' / 'GTK_SCROLL_JUMP'
- 'step-backward' / 'GTK_SCROLL_STEP_BACKWARD'
- 'step-forward' / 'GTK_SCROLL_STEP_FORWARD'
- 'page-backward' / 'GTK_SCROLL_PAGE_BACKWARD'
- 'page-forward' / 'GTK_SCROLL_PAGE_FORWARD'
- 'step-up' / 'GTK_SCROLL_STEP_UP'
- 'step-down' / 'GTK_SCROLL_STEP_DOWN'
- 'page-up' / 'GTK_SCROLL_PAGE_UP'
- 'page-down' / 'GTK_SCROLL_PAGE_DOWN'
- 'step-left' / 'GTK_SCROLL_STEP_LEFT'
- 'step-right' / 'GTK_SCROLL_STEP_RIGHT'
- 'page-left' / 'GTK_SCROLL_PAGE_LEFT'
- 'page-right' / 'GTK_SCROLL_PAGE_RIGHT'
- 'start' / 'GTK_SCROLL_START'
- 'end' / 'GTK_SCROLL_END'
- 'auto' / 'GTK_SENSITIVITY_AUTO'
- 'on' / 'GTK_SENSITIVITY_ON'
- 'off' / 'GTK_SENSITIVITY_OFF'
- 'continuous' / 'GTK_UPDATE_CONTINUOUS'
- 'discontinuous' / 'GTK_UPDATE_DISCONTINUOUS'
- 'delayed' / 'GTK_UPDATE_DELAYED'
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget
Copyright (C) 2003-2011 by the gtk2-perl team.
This software is licensed under the LGPL. See Gtk2 for a full
notice.