Codebase list ruby-fxruby / upstream/1.6.29 rdoc-sources / FXMenuPane.rb
upstream/1.6.29

Tree @upstream/1.6.29 (Download .tar.gz)

FXMenuPane.rb @upstream/1.6.29raw · history · blame

module Fox
  #
  # Popup menu pane
  #
  class FXMenuPane < FXPopup
    #
    # Construct menu pane
    #
    def initialize(owner, opts=0) # :yields: theMenuPane
    end
  end
end