MenuCheckCmds Type (Enumeration)

menus.h

enum MenuCheckCmds {MC_CHECK = 0, MC_UNCHECK = 1, MC_STATUS = 2, MC_FLIP = 3};

An enumeration for describing possible commands for the MenuCheck function.

These constants are used as commands, meaning that exactly one of the constants must be specified. Please see the MenuCheck function for more information.