Codebase list ruby-fxruby / d24dac7c-843d-4079-ac12-2ee07ff744a0/main rdoc-sources / FXMenuPane.rb
d24dac7c-843d-4079-ac12-2ee07ff744a0/main

Tree @d24dac7c-843d-4079-ac12-2ee07ff744a0/main (Download .tar.gz)

FXMenuPane.rb @d24dac7c-843d-4079-ac12-2ee07ff744a0/mainraw · history · blame

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