Setting command information

 

You can change the various text strings that are connected to a particular command, whether the command is internal or external. For a list of the internal command identifiers that you can use in these functions, see Command IDs.

To change the name of the command as it appears in menus:

· Use the IN_SetCommandMenuLabel function. Do not include shortcut keys as part of the menu label.

To change the text that appears in the Status Bar when the pointer is over a command's button:

· Use the IN_SetCommandStatusTip function.

To change the ToolTip that appears when the pointer is over a command button:

· Use the IN_SetCommandToolTip function.

ToolTip:

image\tooltip_shg.gif

Each text string can be a maximum of 80 characters long.

Back to: Defining menu bars, Defining buttons and button bars

See also

Defining external commands