MKI_MENUMODE_* (Menu Item Mode)

www.CAD6.com

Modes for menu or submenu items. A bit-wise OR combination of the following flags:

 

MKI_MENUMODE_NULL New in Version 6.31

If this values is used (i.e. no flag is set), the corresponding command will not be visible in the menu.

 

MKI_MENUMODE_ENTRY

If this flag is set, the corresponding command is a top-level menu entry.

 

MKI_MENUMODE_POPUPLABEL

If this flag is set, the corresponding command is a submenu label. Such a command should be followed by a sequence of commands where MKI_MENUMODE_POPUPENTRY is set.

 

MKI_MENUMODE_POPUPENTRY

If this flag is set, the corresponding command is a submenu entry.

 

MKI_MENUMODE_SEPARATOR

If this flag is set, the corresponding command is a separating line. The corresponding MenuData may be empty, i.e. the MKI_MENU_ENTRY component may contain nullptr pointers.

 

MKI_MENUMODE_END

This flag is used to terminate the command list. The entry in which MKI_MENUMODE_END is set will not be used.

 

CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH