# 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.


########################################################
# Hildon Weekday Picker
########################################################

style "osso-weekday" {

    xthickness = 6
    ythickness = 4
    
    engine "sapwood" {
        image {
             function = BOX
             state = NORMAL
             file = "../images/qgn_plat_weekday_picker_normal.png"
             border = { 2, 2, 0, 0 }
             stretch = TRUE
       }
       image {
            function = BOX
            state = ACTIVE
            file = "../images/qgn_plat_weekday_picker_pressed.png"
            border = { 2, 2, 0, 0}
            stretch = TRUE
       }
       image {
            function = BOX
            state = PRELIGHT
            file = "../images/qgn_plat_weekday_picker_selected.png"
            border = { 2, 2, 0, 0 }
            stretch = TRUE
       }
       image {
            function = FOCUS
            file = "../images/qgn_plat_weekday_picker_selected.png"
            border = { 2, 2, 0, 0 }
            stretch = TRUE
       }
    }
}

widget_class "*HildonWeekdayPicker.GtkToggleButton" style "osso-weekday"

widget_class "*HildonWeekdayPicker.GtkToggleButton*" style "osso-SmallFont"
