|
DEPRECATED:
|
Since Creo 1
|

SUPERSEDED BY: |


ProMenubarmenuChkbuttonAdd | |
( ProMenuItemName parent_menu /* (In) The name of the parent menu */ ProMenuItemName check_button_name /* (In) The name of the check button (must be unique) */ ProMenuItemLabel check_button_label /* (In) The label of the check button */ ProMenuLineHelp one_line_help /* (In) The one-line help for the menu */ ProMenuItemName neighbor /* (In) The neighbor item in the parent menu. Note: If you are adding the first item to a new menu (created using either ProMenubarMenuAdd() or ProMenubarmenuMenuAdd()), set the neighbor argument to NULL. */ ProBoolean add_after_neighbor /* (In) Defines whether to add the checkbutton before or after the neighbor item; PRO_B_TRUE specifies after. */ uiCmdCmdId option_id /* (In) The identifier of the option attached to the check button */ ProFileName filename /* (In) The name of the message file that contains the label and help string */ ) |

The function successfully added a check button. | |
The specified message was not found in the message file. | |
a menubar entity with this name already exists. | |
The function failed to add a check button. |

