Codebase list ruby-fxruby / 8c92b4fc-47dd-41e6-9b2a-451e389a318c/upstream rdoc-sources / FXMenuPane.rb
8c92b4fc-47dd-41e6-9b2a-451e389a318c/upstream

Tree @8c92b4fc-47dd-41e6-9b2a-451e389a318c/upstream (Download .tar.gz)

FXMenuPane.rb @8c92b4fc-47dd-41e6-9b2a-451e389a318c/upstreamraw · history · blame

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