Codebase list ruby-fxruby / 744963a3-151f-4813-9d21-38aa3d8c563c/main rdoc-sources / FXMenuPane.rb
744963a3-151f-4813-9d21-38aa3d8c563c/main

Tree @744963a3-151f-4813-9d21-38aa3d8c563c/main (Download .tar.gz)

FXMenuPane.rb @744963a3-151f-4813-9d21-38aa3d8c563c/mainraw · history · blame

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