# 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 HOME APPLET
#
#################################################### 

style "osso-home-applet"
{
	engine "sapwood" {
#		image {
#			function = BOX
#			state = NORMAL
#			file = "../images/qgn_plat_home_applet_border_normal.png"
#			border = { 6, 6, 6, 6 }
#			stretch = TRUE
#		}
#		image {
#			function = BOX
#			state = PRELIGHT
#			file = "../images/qgn_plat_home_applet_border_focused.png"
#			border = { 6, 6, 6, 6 }
#			stretch = TRUE
#		}
#		image {
#			function = BOX
#			state = ACTIVE
#			file = "../images/qgn_plat_home_applet_border_focused.png"
#			border = { 6, 6, 6, 6 }
#			stretch = TRUE
#		}
#		image {
#			function = BOX
#			state = SELECTED
#			file = "../images/qgn_plat_home_applet_border_focused.png"
#			border = { 6, 6, 6, 6 }
#			stretch = TRUE
#		}
	}
}
widget "*.hildon-home-applet" style "osso-home-applet"

style "osso-home-applet-title-frame"
{
  GtkFrame::hildonlike = 1
  
  xthickness = 0
  ythickness = 0
  
  engine "sapwood"
    {
#      image
#        {
#	  function = BOX
#	  file     = "../images/qgn_plat_home_applet_title_frame.png"
#	  border   = { 13, 12, 50, 49 }
#	  stretch  = TRUE
#	}
    }
}
widget "*.hildon-home-applet.*hildon-home-applet-title-frame" style "osso-home-applet-title-frame"

style "osso-home-applet-treeview-frame"
{
  GtkFrame::hildonlike = 1
  
  xthickness = 5
  ythickness = 5
  
  engine "sapwood"
    {
#      image
#        {
#	  function = BOX
#	  file     = "../images/qgn_plat_home_applet_treeview_frame.png"
#	  border   = { 10, 11, 10, 11 }
#	  stretch  = TRUE
#	}
    }
}
widget "*.hildon-home-applet.*hildon-home-applet-treeview-frame" style "osso-home-applet-treeview-frame"
