# 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 CHECKMENUITEM
#
# This file has the themeing of menu check marks.
# The shadow IN or OUT state specifies whether
# the check box is actually checked.
#
#################################################### 

style "osso-menucheck"
{

  GtkCheckMenuItem::indicator_size = 26
  engine "sapwood"
  {
    image
      {
        function        = CHECK
	shadow          = IN
	state           = INSENSITIVE
	overlay_file    = "../images/qgn_plat_menu_check_mark_disabled.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = TRUE
      }
    image
      {
        function        = CHECK
	shadow          = IN
	state           = ACTIVE
	overlay_file    = "../images/qgn_plat_menu_check_mark_focus.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = TRUE
      }
    image
      {
        function        = CHECK
	shadow          = IN
	state           = PRELIGHT
	overlay_file    = "../images/qgn_plat_menu_check_mark_focus.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = TRUE
      }
    image
      {
        function        = CHECK
	shadow          = IN
	state           = SELECTED
	overlay_file    = "../images/qgn_plat_menu_check_mark_focus.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = TRUE
      }
    image
      {
        function        = CHECK
	shadow          = IN
	overlay_file    = "../images/qgn_plat_menu_check_mark_normal.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = TRUE
      }
  }
}
class "GtkCheckMenuItem" style "osso-menucheck"
