# File widget.rb, line 157
  def hasStickyFocus? #do not modify
    if $window.hasStickyFocus == self
      return true 
    else
      return false
    end
  end