Codebase list ruby-fxruby / 2ead90cd-a8a5-4e73-85d7-7fd2feaa6a94/upstream rdoc-sources / FXMenuCascade.rb
2ead90cd-a8a5-4e73-85d7-7fd2feaa6a94/upstream

Tree @2ead90cd-a8a5-4e73-85d7-7fd2feaa6a94/upstream (Download .tar.gz)

FXMenuCascade.rb @2ead90cd-a8a5-4e73-85d7-7fd2feaa6a94/upstreamraw · history · blame

module Fox
  #
  # The cascade menu widget is used to bring up a sub menu from a
  # pull down menu.
  #
  class FXMenuCascade < FXMenuCaption

    # The popup menu {FXPopup}
    attr_accessor :menu

    #
    # Construct a menu cascade responsible for the given popup menu
    #
    def initialize(parent, text, icon=nil, popupMenu=nil, opts=0) # :yields: theMenuCascade
    end
  end
end