This class provides the interface for creating an FXMenuCommand and performing various management activities on it. It will use utility methods so the menu command is correctly managed for modules and toolsets.
Constructor.
Argument | Type | Default | Description |
owner | AFXGuiObjectManager | Creator of the menu command. | |
p | FXComposite | Parent widget. | |
label | String | Label for the menu button. | |
ic | FXIcon | None | Menu button icon. |
tgt | FXObject | None | Message target. |
sel | Int | 0 | Message ID. |