Codebase list ruby-fxruby / run/42285a56-c0e4-43cb-8673-97d97da4ddc4/upstream rdoc-sources / FXMenuPane.rb
run/42285a56-c0e4-43cb-8673-97d97da4ddc4/upstream

Tree @run/42285a56-c0e4-43cb-8673-97d97da4ddc4/upstream (Download .tar.gz)

FXMenuPane.rb @run/42285a56-c0e4-43cb-8673-97d97da4ddc4/upstreamraw · history · blame

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