# File widget.rb, line 246
  def stickFocus
    if acceptStickyFocus?
      $window.setStickyFocus(self)
    end
  end