####################################################  
# OSSO INTERNET RADIO APPLET
#
# Copyright 2005 Nokia Oyj
#
####################################################
style "osso-iradio-applet"
{
  GtkFrame::hildonlike = 1
  xthickness = 0
  ythickness = 0

  engine "sapwood"
    {
      image
        {
          function = BOX
          file     = "../images/qgn_plat_radio_applet_bg.png"
          border   = { 30, 140, 0, 0 }
          stretch  = TRUE
          shaped = FALSE
        }
    }
}
widget "*.osso-iradio-applet" style "osso-iradio-applet"

style "osso-iradio-applet-volumebar"
{
  GtkFrame::hildonlike = 1
  xthickness = 0
  ythickness = 0

  engine "sapwood"
    {
      image
        {
          function = BOX
          file     = "../images/qgn_plat_radio_applet_volume_bg.png"
          border   = { 10, 10, 10, 10 }
          stretch  = TRUE
          shaped = FALSE
        }
    }
}
widget "*.osso-iradio-applet.*HildonVolumebar" style "osso-iradio-applet-volumebar"



style "osso-iradio-volumebar"
{
  GtkWindow::hildonlike = 1
  xthickness = 0
  ythickness = 0

  engine "sapwood"
    {
      image
        {
          function = FLAT_BOX
          file     = "../images/qgn_plat_radio_applet_volume_bg.png"
          border   = { 10, 10, 10, 10 }
          stretch  = TRUE
          shaped = FALSE
        }
    }
}
widget "osso-iradio-volumebar-window" style "osso-iradio-volumebar"


style "osso-iradio-button"
{
  GtkButton::hildonlike = 1
  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
    }
    image {
      function = FOCUS
      detail   = "buttondefault"
    }
    image {
      function = BOX
    }
  }

}
widget "*.osso-iradio-button" style "osso-iradio-button"
