Category Custom user interface, Object ProUIList

Function ProUIListFocusinActionSet


Description
Sets the focus in action for a list. This function is called when the user moves the cursor onto of the list using the mouse or [TAB] key.
Synopsis
#include <ProUIList.h>
ProErrorProUIListFocusinActionSet(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list component
*/
ProUIAction callback
/* (In)
The action to perform when the list gains user focus.
*/
ProAppData data
/* (In)
Application data to be passed to callback function
*/
)
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: List Action Callbacks
  2. User Interface: Dialogs: List Action Callbacks

Sample Code References:

  1. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  2. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  3. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  4. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  5. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )
  6. pt_udf_examples ( PTUDFExUDFPlacementDashboard.c )