# File ext/widgets.rb, line 331
  def onClick
    @onClickPrc.call(self)
    if self.hasFocus?
      @theme.setOverState
    else
      @theme.setDefaultState
    end
  end