Category Custom user interface, Object ProUITab

Function ProUITabSelectActionSet


Description
Sets the select action for a tab. This function is called when the user selects the tab.
Synopsis
#include <ProUITab.h>
ProErrorProUITabSelectActionSet(
char* dialog
/* (In)
The name of the dialog that contains the tab
*/
char* tab
/* (In)
The name of the tab component
*/
ProUIAction action
/* (In)
The action to be called on selecting the tab
*/
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: Tab Action Callbacks