| Description | |||||
| This is the prototype for the callback functions attached to the Creo Parametric menu buttons by a call to the function ProMenubuttonActionSet().
This function affects Menu-Manager (mode-specific) menus only. |
|||||
| Synopsis | |||||
| #include <ProMenu.h> | |||||
| int | (*ProMenubuttonAction) | ( | |||
| ProAppData app_data | |||||
| /* (In) | |||||
| General application data as provided by the call to ProMenubuttonActionSet() that defines this button | |||||
| */ | |||||
| int app_int | |||||
| /* (In) | |||||
| Integer application data as provided by the call to ProMenubuttonActionSet() that defines this button | |||||
| */ | |||||
| ) | |||||
| Returns | |||||
|
|||||