Object ProUINakedwindow

Function ProUINakedwindowKeyActionSet


Description
Set the action function to be called when a key has been pressed with the keyboard input focus on the naked window.
Synopsis
#include <ProUINakedwindow.h>
ProErrorProUINakedwindowKeyActionSet(
char* dialog
/* (In)
The name of the dialog that contains the naked window.
*/
char* component
/* (In)
The name of the naked window component.
*/
ProUIAction function
/* (In)
Function to be called when a key is pressed with input focus on the naked window
*/
ProAppData data
/* (In)
Action data to be passed to callback function. Can be NULL.
*/
)
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: NakedWindow Operations