Category Custom user interface, Object ProUIOptionmenu

Function ProUIOptionmenuNamesSet


Description
Set the names on the options in an option menu component. The names are the internal identifiers for the options in an option menu.
Synopsis
#include <ProUIOptionmenu.h>
ProErrorProUIOptionmenuNamesSet(
char* dialog
/* (In)
The name of the dialog that contains the radio group
*/
char* optionmenu
/* (In)
The name of the option menu component
*/
int n_names
/* (In)
The number in the array of names
*/
char** names
/* (In)
The array of names
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed

Manual References:

  1. User Interface: Dialogs: Optionmenu Attributes

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  2. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )