GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Gtk2::Range(3) User Contributed Perl Documentation Gtk2::Range(3)

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)

Since: gtk+ 2.12

$fill_level (double)

Since: gtk+ 2.12

Since: gtk+ 2.18

$flippable (boolean)

Since: gtk+ 2.18

  • $step (double)
  • $page (double)

$setting (boolean)

Since: gtk+ 2.10

$sensitivity (Gtk2::SensitivityType)

Since: gtk+ 2.10

Since: gtk+ 2.20

$min_size (boolean)

Since: gtk+ 2.20

Since: gtk+ 2.20

  • $min (double)
  • $max (double)

Since: gtk+ 2.12

$restrict_to_fill_level (boolean)

Since: gtk+ 2.12

Since: gtk+ 2.12

$show_fill_level (boolean)

Since: gtk+ 2.12

Since: gtk+ 2.20

Since: gtk+ 2.20

$size_fixed (boolean)

Since: gtk+ 2.20

$policy (Gtk2::UpdateType)

Since: gtk+ 2.10

$sensitivity (Gtk2::SensitivityType)

Since: gtk+ 2.10

$value (double)

'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.

2022-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.