# 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 status bar
#################################################### 

style "osso-status-bar-background" {
	bg_pixmap[NORMAL] = "../images/qgn_plat_status_bar_background.png"
}
widget "HildonStatusBar" style "osso-status-bar-background"

style "osso-status-bar-button" {
  GtkButton::default_border = { 0, 0, 0, 0 }
  GtkButton::default_outside_border = { 0, 0, 0, 0 }
  GtkButton::child_spacing = 0
  xthickness = 0
  ythickness = 0
  engine "sapwood" {
    image {
      function = BOX
      state = ACTIVE
      file = "../images/qgn_plat_status_bar_pressed.png"
    }
    image {
      function = BOX
    }
  }
}
widget "*.HildonStatusBarItem" style "osso-status-bar-button"

#
# Statusbar popup menus
#

style "osso-status-bar-popup" 
{

   GtkMenu::horizontal_padding = 18
   GtkMenu::vertical_padding = 18

    engine "sapwood" 
    {
        image 
        {
            function = FLAT_BOX
            state = NORMAL
            file = "../images/qgn_plat_application_menu_lower_level_frame.png"
	    border = { 20, 20, 20, 20 }
            stretch = TRUE
        }
    }
}

widget "hildon-status-bar-popup" style "osso-status-bar-popup"

#################################################### 
# HILDON statusbar
#################################################### 

style "osso-frame-statusbar" {

   GtkFrame::hildonlike = 1

   engine "sapwood" {
      image {
    	 function = BOX
         state = NORMAL
	     file = "../images/qgn_plat_status_bar_background.png"	
	     border = { 0,0,0,0 }	
	     stretch = TRUE
      }
   }
}
widget "*.hildonframe-statusbar" style "osso-frame-statusbar"
