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