Category Custom user interface, Object ProUIRadiogroup

Function ProUIRadiogroupSelectActionSet


Description
Sets the select action for a radio group. This function is called when the user selects one of the buttons in the radio group.
Synopsis
#include <ProUIRadiogroup.h>
ProErrorProUIRadiogroupSelectActionSet(
char* dialog
/* (In)
The name of the dialog that contains the radio group
*/
char* radiogroup
/* (In)
The name of the radio group component
*/
ProUIAction action
/* (In)
The action to be called on selecting a button
*/
ProAppData appdata
/* (In)
User data to be passed to the action function.
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. User Interface: Dialogs: Radiogroup Action Callback

Sample Code References:

  1. pt_geardesign ( GearDesignUI.c )
  2. pt_geardesign ( GearDesignUI.c )
  3. pt_geardesign ( GearDesignUI.c )
  4. pt_userguide ( UgCreoSweepCreate.c )