style "list-header"
{
	fg[NORMAL] = @text_color
	fg[PRELIGHT] = @text_color
	fg[SELECTED] = @selected_fg_color
	fg[ACTIVE] = @text_color
	fg[INSENSITIVE] = mix (0.6, @bg_color, @fg_color)
   #Comment out the ythickness setting below for thicker column headers.
 ythickness = 5
	GtkTreeView::odd_row_color  = "#ffffff"
	GtkTreeView::even_row_color = "#ffffff"
	GtkTreeView::odd_col_color = "#ffffff"
	GtkTreeView::even_col_color = "#ffffff"	

   engine "pixmap" 
	{

	#This image is used to draw the headers of columns in list views when they are
	#not selected.
    	image
      		{
        		function        	= BOX
			recolorable    	= TRUE
			state				= NORMAL
			file            		= "ListHeaders/list_header.png"
			border          	= { 1, 1, 1, 1 }
			stretch         	= TRUE
      		}

	#This image is used to draw the column headers in list views when they are
	#clicked.
    	image
      		{
        		function        	= BOX
			recolorable    	= TRUE
			state				= PRELIGHT
			file            		= "ListHeaders/list_header-prelight.png"
			border          	= { 1, 1, 1, 1 }
			stretch         	= TRUE
      		}



	image
      		{
        		function        	= BOX
			recolorable    	= TRUE
			state				= ACTIVE
			file					= "ListHeaders/list_header-pressed.png"
			border          	= { 1, 1, 1, 1 }
			stretch         	= TRUE
      		}
	image
      		{
        		function        	= BOX
			recolorable    	= TRUE
			state				= SELECTED
			file					= "ListHeaders/list_header-prelight.png"
			border          	= { 1, 1, 1, 1 }
			stretch         	= TRUE
      		}
	image
      		{
        		function        	= BOX
			recolorable    	= TRUE
			state				= INSENSITIVE
			file					= "ListHeaders/list_header-insens.png"
			border          	= { 1, 1, 1, 1 }
			stretch         	= TRUE
      	}
	image
	{
		function 			= FLAT_BOX
		state    			= NORMAL
		border			= {2,2,2,2}
                stretch         	= TRUE
		file				= "Others/null.png"
	}
	image
	{
		function 			= FLAT_BOX
		state    			= SELECTED
		border			= {2,2,2,2}
                stretch         	= TRUE
		file				= "ListHeaders/tree.png"
	}
  	}
}

widget_class "*List" style "list-header"
widget_class "*GtkTree*" style "list-header"
widget_class "*GtkCList*" style "list-header"
widget_class "*GtkCTree*" style "list-header"
widget_class "*GtkList*" style "list-header"
widget_class "*.ETree.*" style "list-header"
class "GtkTreeView" style "list-header"

