Codebase list ruby-fxruby / cb63f682-3105-405b-b98d-adc5549605be/main rdoc-sources / FXMenuPane.rb
cb63f682-3105-405b-b98d-adc5549605be/main

Tree @cb63f682-3105-405b-b98d-adc5549605be/main (Download .tar.gz)

FXMenuPane.rb @cb63f682-3105-405b-b98d-adc5549605be/mainraw · history · blame

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