Callback uiCmdCmdValFn
Description
The callback function attached to ProENGINEER option commands by passing it to
ProCmdOptionAdd(). The callback is used to set the option value.
For checkbuttons, set option values with function ProMenubarmenuCheckButtonValueSet().
For radio buttons, set option values with function ProMenubarmenuCheckRadiogrpValueSet().
Synopsis
int | (*uiCmdCmdValFn) |
| ( /* (In) Identifier of the option command. */ /* (In) Value passed to the ValueSet function. */ ) |
Returns
The return value is ignored. |
User Guide References
Parent topic