Codebase list ruby-fxruby / ddfc60e rdoc-sources / FXMenuPane.rb
ddfc60e

Tree @ddfc60e (Download .tar.gz)

FXMenuPane.rb @ddfc60eraw · history · blame

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