New Menus
 
Functions Introduced:
Creo TOOLKIT enables you to create new menus. Defining a new menu differs from adding buttons to an existing menu in the following ways:
The menu file you supply should end in .mnu, not .aux. (It has the same syntax, though.)
You do not need to call ProMenuAuxfileRegister() because the whole menu is defined in a single menu file.
You need to define an exit action for the menu, in addition to an action for each button on the menu.
You can either specify the new menu in user_initialize() or you can set up the new menu locally before you use it.
도움이 되셨나요?