| #include <vv_form.h>
#include <vv_bool.h> #include <vv_clist.h> #include <vv_help.h> |
All Additionally for kd_booltoggle () Additionally for kc_clist () Additionally for kd_help () |
|
| int | kd_backsp (DFORMPTR dfmp, EVENTPTR eventp)
Deletes the character to the left of the cursor |
|
| int | kd_begfld (DFORMPTR dfmp, EVENTPTR eventp)
Moves the cursor to the beginning of the field |
|
| int | kd_booltoggle (DFORMPTR dfmp, EVENTPTR eventp)
Toggles the Boolean strings for a Boolean toggle field |
|
| int | kd_chdel (DFORMPTR dfmp, EVENTPTR eventp)
Deletes the character at the current cursor position |
|
| int | kd_chproc (DFORMPTR dfmp, EVENTPTR eventp)
Processes the character entered by the user |
|
| int | kd_clist (DFORMPTR dfmp, EVENTPTR eventp)
Processes the attached choice list, if any, for the current data or tickertape memo field |
|
| int | kd_clreofld (DFORMPTR dfmp, EVENTPTR eventp)
Clears from the cursor to the end of the field |
|
| int | kd_clrfld (DFORMPTR dfmp, EVENTPTR eventp)
Clears the field |
|
| int | kd_dnitem (FORMPTR fmp, EVENTPTR eventp)
Moves to the next item below the current one |
|
| int | kd_endfld (DFORMPTR dfmp, EVENTPTR eventp)
Moves the cursor to the end of the field |
|
| int | kd_exit (FORMPTR fmp, EVENTPTR eventp)
Performs mecessary actions when the user requests to exit a data form |
|
| int | kd_firstitem (FORMPTR fmp, EVENTPTR eventp)
Moves to the first item on the form |
|
| int | kd_help (FORMPTR fmp, EVENTPTR eventp)
Calls the help system for the data or menu form |
|
| int | kd_instoggle (DFORMPTR dfmp, EVENTPTR eventp)
Toggles between Insert and Overstrike mode |
|
| int | kd_lastitem (FORMPTR fmp, EVENTPTR eventp)
Moves to the last item on the form |
|
| int | kd_lftcsr (DFORMPTR dfmp, EVENTPTR eventp)
Moves the cursor one position to the left |
|
| int | kd_lftitem (FORMPTR fmp, EVENTPTR i)
Moves one item to the left of the current item |
|
| int | kd_next (DFORMPTR dfmp, EVENTPTR eventp)
Moves to the next item in a form or the next field in a scrollable region |
|
| int | kd_nextfm; (DFORMPTR dfmp, EVENTPTR eventp)
Goes to the next form in the list of form pages |
|
| int | kd_nextitem (FORMPTR fmp, EVENTPTR eventp)
Moves to the next item on the form |
|
| int | kd_pageexit (DFORMPTR dfmp, EVENTPTR eventp)
Moves to the next form page or exits |
|
| int | kd_prev (DFORMPTR dfmp, EVENTPTR eventp)
Moves to the previous field in a scrollable region or the previous item on the form |
|
| int | kd_prevfm (DFORMPTR dfmp, EVENTPTR eventp)
Goes to the previous form in the list of form pages |
|
| int | kd_previtem (FORMPTR fmp, EVENTPTR eventp)
Moves to the previous item on the form |
|
| int | kd_quit (FORMPTR fmp, EVENTPTR eventp)
Performs the necessary actions when the user requests to quit a data form |
|
| int | kd_rtcsr (DFORMPTR dfmp, EVENTPTR eventp)
Moves the cursor one position to the right |
|
| int | kd_rtitem (FORMPTR fmp, EVENTPTR eventp)
Moves the cursor to the closest item to the right of its current position |
|
| int | kd_space (DFORMPTR fmp, EVENTPTR eventp)
Performs toggling (input) for a toggle field |
|
| int | kd_spindn (DFORMPTR fmp, EVENTPTR eventp)
Toggles to the next item in a spin button list |
|
| int | kd_spinup (DFORMPTR fmp, EVENTPTR eventp)
Toggles to the previous item in a spin button list |
|
| int | kd_txtend (DFORMPTR dfmp, EVENTPR eventp)
Moves to the end of the text on the current line of the data field |
|
| int | kd_undofld (DFORMPTR dfmp, EVENTPTR eventp)
Clears the field and redisplays its original value |
|
| int | kd_upitem (FORMPTR fmp, EVENTPTR eventp)
Moves to the next item located physically above the current one |
|
| int | klb_dn (FORMPTR fmp, EVENTPTR eventp)
Moves the highlight bar to the next item in the list box |
|
| int | klb_up (FORMPTR fmp, EVENTPTR eventp)
Moves the highlight bar up to the previous item in the list box |
|