Category Custom user interface, Object ProUITab

Function ProUITabSelectednamesSet


Description
Sets the selected layout in the Tab component. This is the layout shown in the tab pane.
Synopsis
#include <ProUITab.h>
ProErrorProUITabSelectednamesSet(
char* dialog
/* (In)
The name of the dialog.
*/
char* component
/* (In)
The tab component.
*/
int count
/* (In)
Number of items in the values array.
*/
char** values
/* (In)
Array of layouts selected (shown) on the tab component (should contain only 1).
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed
PRO_TK_BAD_INPUTSAn invalid argument was given

Manual References:

  1. User Interface: Dialogs: Tab Attributes

Sample Code References:

  1. pt_geardesign ( GearDesignUI.c )
  2. pt_geardesign ( GearDesignUI.c )
  3. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )