Category Creo Parametric user interface, Object ProMenubar

Function ProMenubarMenuRadiogrpValueSet


DEPRECATED: Since Creo 1
SUPERSEDED BY: ProCmdRadiogrpValueSet
Description
Note: This API is deprecated. Use ProCmdRadiogrpValueSet() instead.

Sets a new value for the radio group in the menu of Creo Parametric.

This function affects the top-level Creo Parametric menu bar only.

This function is executed only in the set_value_cb specified by ProCmdOptionAdd().

Synopsis
#include <ProMenuBar.h>
ProErrorProMenubarMenuRadiogrpValueSet(
uiCmdValue* cmd_value
/* (In)
The second argument of the set_value_cb function.
*/
ProMenuItemName selected_item
/* (In)
The name of the item in the radio group to be selected. The memory must be static or preallocated. In the second case, do not free the memory.
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully set the value.
PRO_TK_GENERAL_ERRORThe function failed to set the value.

Manual References:

  1. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0

Sample Code References:

  1. pt_examples ( TestMenubar.c )