AFXMenuTitle

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


AFXMenuTitle(owner, label, ic=None, popup=None)

Constructor that takes an owner.

ArgumentTypeDefaultDescription
ownerAFXGuiObjectManager Owner (module or toolset GUI).
labelString Label string.
icFXIconNoneIcon.
popupFXPopupNonePulldown menu.


AFXMenuTitle(parent, label, ic=None, popup=None)

Constructor that takes a parent.

ArgumentTypeDefaultDescription
parentFXComposite Parent widget.
labelString Label string.
icFXIconNoneIcon.
popupFXPopupNonePulldown menu.


hide()

Hides the widget.

Reimplemented from FXWindow.


show()

Shows the widget.

Reimplemented from FXWindow.