Codebase list ruby-fxruby / 3c39bf01-b30a-4245-bc01-9be0db82f506/main rdoc-sources / FXMenuPane.rb
3c39bf01-b30a-4245-bc01-9be0db82f506/main

Tree @3c39bf01-b30a-4245-bc01-9be0db82f506/main (Download .tar.gz)

FXMenuPane.rb @3c39bf01-b30a-4245-bc01-9be0db82f506/mainraw · history · blame

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