# 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 SEPARATOR
#
# This file themes separators.
# Not really working yet this way as it will require
# code changes to Gtk+ to work properly. Until then
# the below style won't hurt anyone.
#
####################################################

style "osso-separator"
{
  engine "sapwood"
    {
      image
        {
	  function    = BOX
	  detail      = "hseparator"
	  file        = "../images/qgn_plat_separator_horizontal.png"
	  border      = { 5, 5, 0, 0 }
	  stretch     = TRUE
	}
      image
        {
	  function    = BOX
	  detail      = "vseparator"
	  file        = "../images/qgn_plat_separator_horizontal.png"
	  border      = { 0, 0, 5, 5 }
	  stretch     = TRUE
	}
    }
}

class "GtkSeparator" style "osso-separator"
class "GtkHSeparator" style "osso-separator"
class "GtkVSeparator" style "osso-separator"
