# File widget.rb, line 257
  def intDraw
    if not @sleeping
      @theme.draw
      draw
    end
  end