Codebase list ruby-fxruby / fd30b66f-ed70-4b63-a5de-848d79eddcf3/main rdoc-sources / FXMenuPane.rb
fd30b66f-ed70-4b63-a5de-848d79eddcf3/main

Tree @fd30b66f-ed70-4b63-a5de-848d79eddcf3/main (Download .tar.gz)

FXMenuPane.rb @fd30b66f-ed70-4b63-a5de-848d79eddcf3/mainraw · history · blame

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