Codebase list ruby-fxruby / 0bd958a8-dc25-4dc6-88ad-0eea1021b47d/main rdoc-sources / FXMenuPane.rb
0bd958a8-dc25-4dc6-88ad-0eea1021b47d/main

Tree @0bd958a8-dc25-4dc6-88ad-0eea1021b47d/main (Download .tar.gz)

FXMenuPane.rb @0bd958a8-dc25-4dc6-88ad-0eea1021b47d/mainraw · history · blame

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