Codebase list ruby-fxruby / 66287438-9f57-4620-9b78-9694240b2927/upstream rdoc-sources / FXMenuPane.rb
66287438-9f57-4620-9b78-9694240b2927/upstream

Tree @66287438-9f57-4620-9b78-9694240b2927/upstream (Download .tar.gz)

FXMenuPane.rb @66287438-9f57-4620-9b78-9694240b2927/upstreamraw · history · blame

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