Class: Fox::FXMenuCascade
- Inherits:
-
FXMenuCaption
- Object
- FXObject
- FXId
- FXDrawable
- FXWindow
- FXMenuCaption
- Fox::FXMenuCascade
- Defined in:
- rdoc-sources/FXMenuCascade.rb
Overview
The cascade menu widget is used to bring up a sub menu from a pull down menu.
Instance Attribute Summary collapse
-
#menu ⇒ Object
The popup menu FXPopup.
Attributes inherited from FXMenuCaption
#font, #helpText, #hiliteColor, #icon, #selBackColor, #selTextColor, #shadowColor, #text, #textColor, #tipText
Attributes inherited from FXWindow
#accelTable, #backColor, #defaultCursor, #dragCursor, #first, #focus, #key, #last, #layoutHints, #next, #numChildren, #owner, #parent, #prev, #root, #selector, #shell, #target, #x, #y
Attributes inherited from FXDrawable
Attributes inherited from FXId
Instance Method Summary collapse
-
#initialize(parent, text, icon = nil, popupMenu = nil, opts = 0) ⇒ FXMenuCascade
constructor
Construct a menu cascade responsible for the given popup menu.
Methods inherited from FXMenuCaption
Methods inherited from FXWindow
#acceptDrop, #acquireClipboard, #acquireSelection, #active?, #addHotKey, #after?, after?, #before?, before?, #beginDrag, #canFocus?, #changeFocus, #childAtIndex, #childOf?, #children, #clearDragRectangle, #clearShape, colorType, colorTypeName, commonAncestor, #composeContext, #composite?, #contains?, #containsChild?, #create, #createComposeContext, #cursorPosition, #default?, #defaultHeight, #defaultWidth, deleteType, deleteTypeName, #destroy, #destroyComposeContext, #detach, #didAccept, #disable, #doesSaveUnder?, #dragging?, #dropDisable, #dropEnable, #dropEnabled?, #dropFinished, #dropTarget?, #each_child, #each_child_recursive, #enable, #enabled?, #endDrag, #forceRefresh, #getChildAt, #getDNDData, #getHeightForWidth, #getWidthForHeight, #grab, #grabKeyboard, #grabbed?, #grabbedKeyboard?, #handleDrag, #hasClipboard?, #hasFocus?, #hasSelection?, #height, #height=, #hide, imageType, #inFocusChain?, #indexOfChild, #initial?, #inquireDNDAction, #inquireDNDTypes, #killFocus, #layout, #linkAfter, #linkBefore, #lower, #move, octetType, octetTypeName, #offeredDNDType?, #position, #raiseWindow, #recalc, #releaseClipboard, #releaseSelection, #remHotKey, #removeChild, #repaint, #reparent, #resize, #scroll, #setCursorPosition, #setDNDData, #setDefault, #setDragRectangle, #setFocus, #setInitial, #setShape, #shell?, #show, #shown?, stringType, textType, textTypeName, #tr, #translateCoordinatesFrom, #translateCoordinatesTo, #underCursor?, #ungrab, #ungrabKeyboard, #update, urilistType, urilistTypeName, utf16Type, utf16TypeName, utf8Type, utf8TypeName, #visible=, #width, #width=
Methods included from Responder2
Methods inherited from FXDrawable
Methods inherited from FXId
#create, #created?, #destroy, #detach, #runOnUiThread
Methods inherited from FXObject
#bind, #handle, #load, #save, subclasses
Constructor Details
#initialize(parent, text, icon = nil, popupMenu = nil, opts = 0) ⇒ FXMenuCascade
Construct a menu cascade responsible for the given popup menu
14 15 |
# File 'rdoc-sources/FXMenuCascade.rb', line 14 def initialize(parent, text, icon=nil, popupMenu=nil, opts=0) # :yields: theMenuCascade end |
Instance Attribute Details
#menu ⇒ Object
The popup menu Fox::FXPopup
9 10 11 |
# File 'rdoc-sources/FXMenuCascade.rb', line 9 def @menu end |