Category Custom user interface, Object ProUIList

Function ProUIListTriggerhighlightActionSet


Description
Sets the trigger highlight action for a list. This function is called when the user moves the mouse over an item on the list.
Synopsis
#include <ProUIList.h>
ProErrorProUIListTriggerhighlightActionSet(
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 mouse moves on the item.
*/
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
See Also
ProUIListLastentereditemGet

Manual References:

  1. User Interface: Dialogs: List Action Callbacks
  2. User Interface: Dialogs: List Action Callbacks