| Description |
| Adds a new button to a menu in the manufacturing Process Manager dialog. The button is added to the end of the indicated menu. This should be called before the Process Manager dialog is shown. |
| Licensing Requirement |
|
TOOLKIT for Advanced NC
|
| Synopsis |
| #include <ProMfgproctable.h> |
| ProError | ProMfgproctablePushbuttonAdd | ( |
| char* menu_name | |
| /*
(In) |
| The menu name. |
| */ |
| char* button_name | |
| /*
(In) |
| The button component name. |
| */ |
| wchar_t* button_label | |
| /*
(In) |
| The button label. |
| */ |
| wchar_t* button_helptext | |
| /*
(In) |
| The button help text. |
| */ |
| ProMfgproctableItemAccessFunction access_function | |
| /*
(In) |
| The access function for the button. |
| */ |
| ProMfgproctableItemActionFunction action_function | |
| /*
(In) |
| The action function for the button. |
| */ |
| ProAppData application_data | |
| /*
(In) |
| Application data to pass to the access and action functions. Can be NULL. |
| */ |
| ) |
| Returns |
|
|