
style "combo"		= "default"
{
  base[INSENSITIVE] = shade (0.95, @bg_color)
  text[INSENSITIVE] = mix (0.3, @base_color, @text_color)

  GtkWidget::wide-separators                    = 0
  xthickness			= 5
  ythickness			= 5
  GtkWidget::interior_focus	= 0 
  engine "pixmap"
  {
    image
    {
      function			= BOX
      recolorable		= TRUE
      state				= PRELIGHT
      file				= "Combo/combo-prelight.png"
      border			= { 5, 5, 5, 5 }
      stretch			= TRUE
    }
    image
    {
      function			= BOX
      recolorable		= TRUE
      state				= NORMAL
      file				= "Combo/combo-normal.png"
      border			= { 5, 5, 5, 5 }
      stretch			= TRUE
    }

  image
    {
      function			= BOX
      recolorable		= TRUE
      state				= ACTIVE
      file				= "Combo/combo-pressed.png"
      border			= { 5, 5, 5, 5 }
      stretch			= TRUE
    }
 image
    {
      function			= BOX
      recolorable		= TRUE
      state				= INSENSITIVE
      file				= "Combo/combo-inactive.png"
      border			= { 5, 5, 5, 5 }
      stretch			= TRUE
    }
      image
      {
     	 	function		= ARROW
      		state			= NORMAL
      		recolorable		= TRUE
      		overlay_file		= "Combo/combo-arrow.png"
      		overlay_border		= { 0, 0, 0, 0 }
     		overlay_stretch		= FALSE
     		arrow_direction		= DOWN
      }
      image
      {
		function		= ARROW
		state			= PRELIGHT
		recolorable		= TRUE
		overlay_file		= "Combo/combo-arrow-prelight.png"
		overlay_border		= { 0, 0, 0, 0 }
		overlay_stretch		= FALSE
		arrow_direction		= DOWN
     }
    
     image
     {
		function		= ARROW
		state			= ACTIVE
		recolorable		= TRUE
		overlay_file		= "Combo/combo-arrow-active.png"
		overlay_border		= { 0, 0, 0, 0 }
		overlay_stretch		= FALSE
		arrow_direction		= DOWN
     }

     image
     {
		function		= ARROW
		state			= INSENSITIVE
		recolorable		= TRUE
		overlay_file		= "Combo/combo-arrow-insens.png"
		overlay_border		= { 0, 0, 0, 0 }
		overlay_stretch		= FALSE
		arrow_direction		= DOWN
     }
    image
    {
       function		= VLINE
       recolorable		= TRUE
       file				= "Others/null.png"
       border			= { 0, 0, 0, 0 }
       stretch			= TRUE
    }    
  }
}

widget_class "*Combo*"		style "combo"
style "combobutton" 
{
	text[NORMAL] = @text_color
	text[PRELIGHT] = @selected_fg_color
	text[ACTIVE] = @fg_color
	text[INSENSITIVE] = mix (0.3, @base_color, @text_color)
}
widget_class "*<GtkComboBox>*<GtkCellView>*"   style "combobutton"
