# File widget.rb, line 279
  def wakeUp
    if @sleeping
      @theme.setWakeState
      @sleeping=false
    end
  end