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