style "bubble-button"
{
  engine "pixmap" {
    image {
        function        = BOX
        file            = "bubble.png"
        border          = { 8, 8, 8, 8 }
        stretch         = TRUE
    }
  }
}
widget_class "player_widget.*GtkButton*" style "bubble-button"


style "bubble-range"
{
  GtkRange::slider_width = 16
  GtkRange::stepper_size = 16
 
  engine "pixmap" {
    image {
        function        = BOX
        file            = "bubble.png"
        border          = { 8, 8, 8, 8 }
        stretch         = TRUE
    }
  }
}
widget_class "player_widget.*.GtkScrollbar" style "bubble-range"
widget_class "player_widget.*.GtkRange" style "bubble-range"

style "player_default"
{
  font = "-*-helvetica-medium-r-normal--10-*-*-*-*-*-*-*"
  fg[NORMAL]      = "#000000"
  fg[PRELIGHT]    = "#00AA00"
  bg[NORMAL]      = "#d9d9d9"
  bg[PRELIGHT]    = "#d9d9d9"
  bg[ACTIVE]      = "#d9d9d9"
  bg[INSENSITIVE] = "#d9d9d9"
  base[NORMAL]    = "#ffffff"

  engine "pixmap" {
#
# ط
#
    image {
	function	= FLAT_BOX
	recolorable	= TRUE
	detail		= "base"
	file		= "window_bg.png"
	stretch		= TRUE
    }
#
# ȥꥦåȤط
#
    image {
	function        = FLAT_BOX
	recolorable     = TRUE
	state           = INSENSITIVE
        detail          = "entry_bg"
	file            = "entry.png"
	border		= { 2, 2, 2, 2 }
	stretch         = TRUE
    }
    image {
	function        = FLAT_BOX
	recolorable     = TRUE
        detail          = "entry_bg"
	file            = "entry.png"
	border		= { 2, 2, 2, 2 }
	stretch         = TRUE
    }
#
# 
#
  }
}
#class "player_widget" style "player_default"
