Codebase list ruby-fxruby / 993d33c7-2f2f-456c-a865-958776fb35f9/main rdoc-sources / FXMenuCascade.rb
993d33c7-2f2f-456c-a865-958776fb35f9/main

Tree @993d33c7-2f2f-456c-a865-958776fb35f9/main (Download .tar.gz)

FXMenuCascade.rb @993d33c7-2f2f-456c-a865-958776fb35f9/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