Codebase list ruby-fxruby / 570c645a-4a76-4b6d-b7f6-bb76557d646e/main rdoc-sources / FXMenuPane.rb
570c645a-4a76-4b6d-b7f6-bb76557d646e/main

Tree @570c645a-4a76-4b6d-b7f6-bb76557d646e/main (Download .tar.gz)

FXMenuPane.rb @570c645a-4a76-4b6d-b7f6-bb76557d646e/mainraw · history · blame

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