| #include <vv_form.h>
#include <vv_bool.h> #include <vv_menu.h> #include <vv_sys.h> |
All except as noted below se_boolch ( ) se_checkmark ( ), se_mnopt ( ), se_mnselectkey ( ) se_responsech ( ) |
|
| void | se_boolch (UCHAR boolyes_ch, UCHAR boolno_ch)
Sets the default characters (case insensitive) to be accepted in Boolean fields |
|
| void | se_checkmark (UCHAR checkmark_ch)
Sets the default checkmark character to be used for menu fields |
|
| void | se_clcheckch (UCHAR char)
Replaces the default checkmark character for all multiple choice lists |
|
| void | se_clistkey (int keycode)
Sets the global key to be used to display a choice list for a field |
|
| void | se_datepadch (UCHAR pad_ch)
Sets the character to pad date field strings for display |
|
| void | se_decseparator (UCHAR dec_ch)
Sets the character to be used for the decimal separator in numeric fields |
|
| void | se_fldopt (int fld_type, long options)
Sets the default field options for the specified field type |
|
| void | se_fmopt (long options)
Sets the default options for data forms |
|
| void | se_mnopt (long options)
Sets the default options for menu forms |
|
| void | se_mnselectkey (int keycode)
Sets the keycode to be used to select a menu item |
|
| void | se_noechoch (UCHAR ch)
Sets the character to be echoed to the screen in NOECHO (i.e., password) fields |
|
| void | se_responsech (UCHAR ch_yes, UCHAR ch_no)
Sets the response characters for the verify exit and verify quit prompts |
|
| void | se_spinch (UCHAR ch_up, UCHAR ch_dn)
Sets the default spin characters used creating spin buttons |
|
| void | se_thouseparator (UCHAR thousep_ch)
Sets the character to be used as the thousands separator in numeric fields |
|
| void | se_timepadch (UCHAR pad_ch)
Sets the character to pad time field strings for display |
|