Codebase list ruby-fxruby / run/1866bc6b-90ce-4b16-9a46-fed0eeaf1d07/main rdoc-sources / FXMenuPane.rb
run/1866bc6b-90ce-4b16-9a46-fed0eeaf1d07/main

Tree @run/1866bc6b-90ce-4b16-9a46-fed0eeaf1d07/main (Download .tar.gz)

FXMenuPane.rb @run/1866bc6b-90ce-4b16-9a46-fed0eeaf1d07/mainraw · history · blame

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