Changes for FXMenuCommand

Previously, FXMenuCommand objects served a number of different roles. In FOX 1.0, an FXMenuCommand could:

In FOX 1.2, the basic FXMenuCommand's functionality has been stripped down the first of these, displaying a simple command and icon. If you want a checked menu command, use the new FXMenuCheck widget (a subclass of FXMenuCommand). If you want radio menu command, use the new FXMenuRadio widget (also a subclass of FXMenuCommand). For more information, see this section on the new FXMenuCheck and FXMenuRadio widgets.