Codebase list ruby-fxruby / 8aa7e715-abd0-4131-934e-b2e8e82473f6/main rdoc-sources / FXMenuPane.rb
8aa7e715-abd0-4131-934e-b2e8e82473f6/main

Tree @8aa7e715-abd0-4131-934e-b2e8e82473f6/main (Download .tar.gz)

FXMenuPane.rb @8aa7e715-abd0-4131-934e-b2e8e82473f6/mainraw · history · blame

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