Category Custom user interface, Object ProUIInputpanel

Function ProUIInputpanelInputActionSet


Description
Sets the input action for an input panel. This function is called when the user modifies the contents of the input panel.
Synopsis
#include <ProUIInputpanel.h>
ProErrorProUIInputpanelInputActionSet(
char* dialog
/* (In)
The name of the dialog that contains the input panel
*/
char* component
/* (In)
The name of the input panel component
*/
ProUIAction callback
/* (In)
The action to perform when the input panel contents are modified.
*/
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: Input Panel Action Callbacks

Sample Code References:

  1. pt_geardesign ( GearDesignUI.c )
  2. pt_geardesign ( GearDesignUI.c )
  3. pt_geardesign ( GearDesignUI.c )
  4. pt_geardesign ( GearDesignUI.c )
  5. pt_geardesign ( GearDesignUI.c )
  6. pt_geardesign ( GearDesignUI.c )
  7. pt_geardesign ( GearDesignUI.c )
  8. pt_geardesign ( GearDesignUI.c )
  9. pt_geardesign ( GearDesignUI.c )
  10. pt_geardesign ( GearDesignUI.c )
  11. pt_geardesign ( GearDesignUI.c )
  12. pt_userguide ( UgUIVisibility.c )
  13. pt_userguide ( UgUtilUI.c )