# 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 RADIOBUTTON
#
#################################################### 
	
style "osso-radiobutton"
{
  GtkCheckButton::indicator-size = 26
  GtkCheckButton::indicator-spacing = 2
  
  ythickness = 0

  engine "sapwood"
  {
    image
      {
        function        = OPTION
	shadow          = OUT
	state           = NORMAL
	overlay_file    = "../images/qgn_plat_button_radio_empty_normal.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = TRUE
      }
    image
      {
       function        = OPTION
	shadow          = IN
	state           = NORMAL
	overlay_file    = "../images/qgn_plat_button_radio_selected_normal.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = TRUE
      }
    image
      {
        function        = OPTION
	shadow          = OUT
	state           = PRELIGHT
	overlay_file    = "../images/qgn_plat_button_radio_empty_normal.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = TRUE
      }
    image
      {
        function        = OPTION
	shadow          = IN
	state           = PRELIGHT
	overlay_file    = "../images/qgn_plat_button_radio_selected_normal.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = TRUE
      }
    image
      {
        function        = OPTION
	shadow          = OUT
	state           = ACTIVE
	overlay_file    = "../images/qgn_plat_button_radio_empty_focused.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = TRUE
      }
    image
      {
        function        = OPTION
	shadow          = IN
	state           = ACTIVE
	overlay_file    = "../images/qgn_plat_button_radio_selected_focused.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = TRUE
      }
    image
      {
        function        = OPTION
	shadow          = OUT
	state           = INSENSITIVE
	overlay_file    = "../images/qgn_plat_button_radio_empty_disabled.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = TRUE
      }
    image 
      {
        function        = OPTION
	shadow          = IN
	state           = INSENSITIVE
	overlay_file    = "../images/qgn_plat_button_radio_selected_disabled.png"
	overlay_border  = { 0, 0, 0, 0 }
	overlay_stretch = TRUE
      }
  }
}
class "GtkRadioButton" style "osso-radiobutton"

class "GtkRadioButton" style "osso-SystemFont"
widget_class "*GtkRadioButton.*" style "osso-SystemFont"
