Category Custom user interface, Object ProUITree

Function ProUITreeUpdateActionSet


Description
Sets the update action for a tree
Synopsis
#include <ProUITree.h>
ProErrorProUITreeUpdateActionSet(
char* dialog
/* (In)
The name of the dialog that contains the tree
*/
char* component
/* (In)
The name of the tree component
*/
ProUIAction callback
/* (In)
The update action for the tree
*/
ProAppData data
/* (In)
User data to be passed to the action function.
*/
)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.

Manual References:

  1. User Interface: Dialogs: Tree Action Callbacks