# This file is part of sdk-default-theme-config
# 
# Copyright (C) 2005 Nokia Corporation.
# 
# Contact: Ferenc Szekely <ferenc.szekely@nokia.com> 
# 
# This work is licensed under the Creative Commons
# Attribution-NonCommercial-ShareAlike 2.0 License.
# To view a copy of this license,
# visit http://creativecommons.org/licenses/by-nc-sa/2.0/
# or send a letter to Creative Commons,
# 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA.


#################################################### 
# GTK TOOLBAR
#
#################################################### 

style "osso-toolbar"
{
  GtkToolbar::button-relief = GTK_RELIEF_NORMAL
  GtkToolbar::shadow-type = GTK_SHADOW_NONE
  GtkToolbar::max-child-expand = 800
  engine "sapwood"
  {
    image
    {
      function = BOX
    }
  }
}
class "GtkToolbar" style "osso-toolbar"

style "osso-toolbar-separator"
{
	GtkSeparatorToolItem::separator_size = 15
	GtkSeparatorToolItem::is_image = 1
	engine "sapwood"
	{	

		image{
			function = BOX
			shadow = NONE
			state = NORMAL
			detail = "vertical"
			file = "../images/qgn_plat_toolbar_separator.png"
			stretch = TRUE
			border = {0,0,8,8}
		}
		image{
			function = BOX
			shadow = NONE
			state = NORMAL
			detail = "horizontal"
			file = "../images/qgn_plat_toolbar_separator.png"
			stretch = TRUE
			border = {0,0,0,0}
		}
	}
}
class "GtkSeparatorToolItem" style "osso-toolbar-separator"
