# File widget.rb, line 164
  def focus #do not modify
    #debugger
    $window.setFocus(@id) 
    onMouseOver #focus is triggered by the onMouseOver event, so when the window gives a widget focus, it must preform the mouseover event 
  end