Codebase list ruby-fxruby / run/867a9ad8-16f3-49f2-8da1-08141b9b00dd/main rdoc-sources / FXMenuCascade.rb
run/867a9ad8-16f3-49f2-8da1-08141b9b00dd/main

Tree @run/867a9ad8-16f3-49f2-8da1-08141b9b00dd/main (Download .tar.gz)

FXMenuCascade.rb @run/867a9ad8-16f3-49f2-8da1-08141b9b00dd/mainraw · 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