style "spinbutton"	= "entry"
{


  engine "pixmap"
  {
    image
    {
      function			= ARROW
    }

############################# UP ######################xx
    image
    {
      function				= BOX
      state 				= NORMAL
      detail					= "spinbutton_up"
      recolorable			= TRUE
      #file					= "Images/Spin/spin.gif"
	file					= "Images/Spin/spin-up.gif"
      border				= { 2, 2, 2, 2 }
      stretch				= TRUE
# 	 overlay_file			= "Images/Spin/spin-up.gif"
#      overlay_stretch	= FALSE
    }
   image
    {
      function				= BOX
      state 				= PRELIGHT
      detail					= "spinbutton_up"
      recolorable			= TRUE
#      file					= "Images/Spin/spin.gif"
	file					= "Images/Spin/spin-up.gif"
      border				= { 2, 2, 2, 2 }
      stretch				= TRUE
# 	 overlay_file			= "Images/Spin/spin-up-prelight.gif"
#      overlay_stretch	= FALSE
    }
   image
    {
      function				= BOX
      state 				= INSENSITIVE
      detail					= "spinbutton_up"
      recolorable			= TRUE
#      file					= "Images/Spin/spin.gif"
	file					= "Images/Spin/spin-up.gif"
      border				= { 2, 2, 2, 2 }
      stretch				= TRUE
# 	 overlay_file			= "Images/Spin/spin-up-disable.gif"
#      overlay_stretch	= FALSE
    }
   image
    {
      function				= BOX
      state 				= ACTIVE
      detail					= "spinbutton_up"
      recolorable			= TRUE
#      file					= "Images/Spin/spin.gif"
	file					= "Images/Spin/spin-up-active.gif"
      border				= { 2, 2, 2, 2 }
#      stretch				= TRUE
# 	overlay_file			= "Images/Spin/spin-up-prelight.gif"
#      overlay_stretch	= FALSE
    }

########################x DOWN ########################
    image
    {
      function			= BOX
      state 			= NORMAL
      detail			= "spinbutton_down"
      recolorable		= TRUE
#      file				= "Images/Spin/spin.gif"
      file				= "Images/Spin/spin-down.gif"
      border				= { 2, 2, 2, 2 }
      stretch				= TRUE
# 	 overlay_file		= "Images/Spin/spin-down.gif"
#      overlay_stretch	= FALSE
    }
    image
    {
      function				= BOX
      state 				= PRELIGHT
      detail					= "spinbutton_down"
      recolorable			= TRUE
#      file					= "Images/Spin/spin.gif"
      file				= "Images/Spin/spin-down.gif"
      border				= { 2, 2, 2, 2 }
      stretch				= TRUE
# 	 overlay_file			= "Images/Spin/spin-down-prelight.gif"
#      overlay_stretch	= FALSE
    }
    image
    {
      function				= BOX
      state 				= INSENSITIVE
      detail					= "spinbutton_down"
      recolorable			= TRUE
#      file					= "Images/Spin/spin.gif"
      file				= "Images/Spin/spin-down.gif"
      border				= { 2, 2, 2, 2 }
      stretch				= TRUE
# 	 overlay_file			= "Images/Spin/spin-down-disable.gif"
#      overlay_stretch	= FALSE
    }

    image
    {
      function				= BOX
      state 				= ACTIVE
      detail					= "spinbutton_down"
      recolorable			= TRUE
#      file					= "Images/Spin/spin.gif"
      file				= "Images/Spin/spin-down-active.gif"
      border				= { 2, 2, 2, 2 }
      stretch				= TRUE
# 	 overlay_file			= "Images/Spin/spin-down-prelight.gif"
#      overlay_stretch	= FALSE
    }
  }
}
