##################################################################################
# Paned
##################################################################################


style "paned"
{
	GtkPaned::handle_size	= 5

	engine "experience"
	{
		group "handle_paned_horizontal" = "shadow_out"
		{
			function						= HANDLE
			orientation					= HORIZONTAL
			shadow						= NONE
			padding						= { -2, -2, 0, 0 }
			
			image 20 {	file				= "images/handle1.png"
						recolor "#ff0000"	= bg[NORMAL]
						brightness		= -0.17
						width			= 1 is + 1 px
						height			= 1 is
						inner_padding		= { 0, 1, 0, 0 }
						repeat			= { 4, 4, 1, 1 }
						draw_entire_only	= TRUE
						pos				= 0 }
						
			image 21 {	file				= "images/handle2.png"
						recolor "#ff0000"	= bg[NORMAL]
						brightness		= 0.2
						width			= 1 is + 1 px
						height			= 1 is
						inner_padding		= { 0, 1, 0, 0 }
						repeat			= { 4, 4, 1, 1 }
						draw_entire_only	= TRUE
						pos				= 0 }
		}
		
	
		group "handle_paned_vertical" = "handle_paned_horizontal"
		{
			orientation					= VERTICAL
			mirror						= HORIZONTAL
			rotate						= CCW
			padding						= { 0, 0, -2, -2 }
			
		}
	}
}
