AFXMenuCascade

This class provides the interface for creating an FXMenuCascade and performing various management activities on it. It will use utility methods so the menu cascade is correctly managed for modules and toolsets.


AFXMenuCascade(owner, p, label, ic=None, popup=None)

Constructor.

ArgumentTypeDefaultDescription
ownerAFXGuiObjectManager Creator of the menu cascade.
pFXComposite Parent widget.
labelString Label for the menu button.
icFXIconNoneMenu button icon.
popupFXPopupNoneMenu cascade's pullright pane.


getOwner()

Returns the owner of the menu cascade.

Reimplemented from FXWindow.