# File gglib/window.rb, line 99
  def setBackground(src)
    @background_image = Gosu::Image.new(self,src,true)    
  end