Codebase list ruby-fxruby / 376a3755-d155-4ecf-9878-c5cc76703326/main rdoc-sources / FXMenuPane.rb
376a3755-d155-4ecf-9878-c5cc76703326/main

Tree @376a3755-d155-4ecf-9878-c5cc76703326/main (Download .tar.gz)

FXMenuPane.rb @376a3755-d155-4ecf-9878-c5cc76703326/mainraw · history · blame

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