# File window.rb, line 46
  def button_down(id)
    @state.button_down(id)
    checkFocus
    widgetDownProc(id)
  end