| 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> |
| ProError | ProUINakedwindowKeyActionSet | ( |
| 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 |
|
|