Table Action Callbacks
Functions Introduced
Use the function
ProUITableArmActionSet() to set the arm action for a table. This function is called when the user changes the selection anchor cell and focus cell in the table.
Use the function
ProUITableDisarmActionSet() to set the disarm action for a table. This function is called when the user changes the selection focus cell in the table.
Use the function
ProUITableSelectActionSet() to set the select action for a table. This function is called when the user changes the selected cells in the table.
Use the function
ProUITableActivateActionSet() to set the activate action for a table. This function is called when the user presses the return key or double-clicks the left mouse button in the table.
Use the function
ProUITableFocusinActionSet() to set the focus in action for a table.
Use the function
ProUITableFocusoutActionSet() to set the focus out action for a table.
Use the function
ProUITableColumnselectActionSet() to set the column selection action for the table. This function is called when the user changes the currently selected table columns.
Example 7: To Access Selected Names Array from Tables
The sample code in UgUITables.c located at <creo_toolkit_loadpoint>/protk_appls/pt_userguide/ptu_ui shows how to access selected names array from tables.