LcConfigC - various functions to set config-data … More...
Functions | |
static OT_ProcRet | tcllcconfig_LcConfigC_SetDefaultFormat (LcConfigC_ARGS) |
Tcl: → C-API These functions, which are implemented as macros, get and set the default external format for settings in the configuration config … | |
static OT_ProcRet | tcllcconfig_LcConfigC_SetFloatPrecision (LcConfigC_ARGS) |
Tcl: → C-API Since v1.6 These functions get and set the number of decimal digits to output after the radix character when writing the configuration to a file or stream … | |
static OT_ProcRet | tcllcconfig_LcConfigC_SetIncludeDir (LcConfigC_ARGS) |
Tcl: → C-API ConfigSetIncludeDir specifies the include directory, include_dir, relative to which the files specified in '@include' directives will be located for the configuration config … | |
static OT_ProcRet | tcllcconfig_LcConfigC_SetIncludeFunc (LcConfigC_ARGS) |
Tcl: → C-API set the __parser__(callback-name) for the include-config-file … | |
static OT_ProcRet | tcllcconfig_LcConfigC_SetOption (LcConfigC_ARGS) |
Tcl: → C-API Since v1.7 These functions get and set the given option of the configuration config … | |
static OT_ProcRet | tcllcconfig_LcConfigC_SetOptions (LcConfigC_ARGS) |
Tcl: → C-API These functions get and set the options for the configuration config … | |
static OT_ProcRet | tcllcconfig_LcConfigC_SetSettingDeleteFunc (LcConfigC_ARGS) |
Tcl: → C-API set the callback-name for the setting-delete … | |
static OT_ProcRet | tcllcconfig_LcConfigC_SetTabWidth (LcConfigC_ARGS) |
Tcl: → C-API These functions, which are implemented as macros, get and set the tab width for the configuration config … | |
LcConfigC - various functions to set config-data …
|
static |
Tcl:
→ C-API $config SetDefaultFormat format:LcConfigFormatE
These functions, which are implemented as macros, get and set the default external format for settings in the configuration config …
Definition at line 649 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API $config SetFloatPrecision digits:int16
Since v1.6 These functions get and set the number of decimal digits to output after the radix character when writing the configuration to a file or stream …
Definition at line 665 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API $config SetIncludeDir include_dir:string
ConfigSetIncludeDir specifies the include directory, include_dir, relative to which the files specified in '@include' directives will be located for the configuration config …
Definition at line 681 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API $cfg SetIncludeFunc ?fConfigIncludeData:LC_CBP="MK_NULL"?
set the __parser__(callback-name) for the include-config-file …
Definition at line 697 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API $config SetOption option:LcConfigOptionsEF flag:bool
Since v1.7 These functions get and set the given option of the configuration config …
Definition at line 715 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API $config SetOptions options:LcConfigOptionsEF
These functions get and set the options for the configuration config …
Definition at line 733 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API $cfg SetSettingDeleteFunc ?fSettingDeleteData:LC_CBP="MK_NULL"?
set the callback-name for the setting-delete …
Definition at line 749 of file LcConfigC_tcl.c.
|
static |
Tcl:
→ C-API $config SetTabWidth width:int16
These functions, which are implemented as macros, get and set the tab width for the configuration config …
Definition at line 767 of file LcConfigC_tcl.c.