#delete all
style "button"
{ engine "pixmap" 
    { image 
      { function        = BOX
		file            = "blank.png" }}}
class "GtkButton" style "button"

style "scrollbar"
{ engine "pixmap" 
   { image 
      { function        = BOX
		file            = "blank.png" }
    image 
      {	function        = SLIDER
		file            = "blank.png" }}}
class "*bar" style "scrollbar"

style "default"
{ GtkRange::slider_width = 0
  GtkScrollbar::min_slider_length = 0 }
class "GtkWidget" style "default"
