Codebase list ruby-fxruby / 203561dd-107e-4908-bb1c-9f798ad3a7cf/upstream/1.6.45+git20221125.1.7d76b2a rdoc-sources / FXMenuPane.rb
203561dd-107e-4908-bb1c-9f798ad3a7cf/upstream/1.6.45+git20221125.1.7d76b2a

Tree @203561dd-107e-4908-bb1c-9f798ad3a7cf/upstream/1.6.45+git20221125.1.7d76b2a (Download .tar.gz)

FXMenuPane.rb @203561dd-107e-4908-bb1c-9f798ad3a7cf/upstream/1.6.45+git20221125.1.7d76b2araw · history · blame

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