#################################################### 
# GTK RANGE
#
#################################################### 

style "osso-range"
{
# Not sure what these two change, so I'm leaving them out.
#  GtkRange::slider_width = 16
#  GtkRange::stepper_size = 16

  # Alignment in entry box. 0 = left, 1 = right
  GtkRange::hildon_range_editor_entry_alignment = 1
  # Amount of padding to add to each side of the separator
  GtkRange::hildon_range_editor_separator_padding = 6
  
  engine "sapwood"
  {
    # Vertical
    image
      {
        function        = BOX
	orientation     = VERTICAL
	state		= INSENSITIVE
	file            = "../images/qgn_plat_scroll_vertical_shaft_disabled.png"
	border          = { 0, 0, 0, 0 }
	stretch         = TRUE
      }
    image
      {
        function        = SLIDER
	orientation     = VERTICAL
	state		= INSENSITIVE
	file            = "../images/qgn_plat_scroll_vertical_thumb_disabled.png"
	border		= { 0, 0, 10, 10 }
	stretch         = TRUE
      }
    image
      {
        function        = BOX
	orientation     = VERTICAL
	file            = "../images/qgn_plat_scroll_vertical_shaft_normal.png"
	border          = { 0, 0, 0, 0 }
	stretch         = TRUE
      }
    image
      {
        function        = SLIDER
	orientation     = VERTICAL
	file            = "../images/qgn_plat_scroll_vertical_thumb_normal.png"
	border		= { 0, 0, 10, 10 }
	stretch         = TRUE
      }
    
    # Horizontal
    image
      {
        function        = BOX
	orientation     = HORIZONTAL
	state		= INSENSITIVE
	file            = "../images/qgn_plat_scroll_horizontal_shaft_disabled.png"
	border          = { 0, 0, 0, 0 }
	stretch         = TRUE
      }
    image 
      {
        function        = SLIDER
	orientation     = HORIZONTAL
	state		= INSENSITIVE
	file            = "../images/qgn_plat_scroll_horizontal_thumb_disabled.png"
	border		= { 10, 10, 0, 0 }
	stretch         = TRUE
      }
    image
      {
        function        = BOX
	orientation     = HORIZONTAL
	file            = "../images/qgn_plat_scroll_horizontal_shaft_normal.png"
	border          = { 0, 0, 0, 0 }
	stretch         = TRUE
      }
    image 
      {
        function        = SLIDER
	orientation     = HORIZONTAL
	file            = "../images/qgn_plat_scroll_horizontal_thumb_normal.png"
	border		= { 10, 10, 0, 0 }
	stretch         = TRUE
      }
  }
}

# superclass of scale and and scrollbar
class "GtkRange" style "osso-range"
