Codebase list ruby-fxruby / ab38a889-2f90-4f3b-b9b1-656bf6d05522/upstream rdoc-sources / FXMenuPane.rb
ab38a889-2f90-4f3b-b9b1-656bf6d05522/upstream

Tree @ab38a889-2f90-4f3b-b9b1-656bf6d05522/upstream (Download .tar.gz)

FXMenuPane.rb @ab38a889-2f90-4f3b-b9b1-656bf6d05522/upstreamraw · history · blame

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