TCLBInterpreterOptions Enumeration
|
|
Description
|
|
TclBridge interpreter option values (may be combined).
All of these values are used with the GetInterpreterOptions and SetInterpreterOptions functions.
|
|
Values
|
|
TCLB_iINVALID
|
Invalid combination of interpreter options.
|
TCLB_iNONE
|
No interpreter options are set.
|
TCLB_iSAFE
|
Interpreters should be created as "safe".
|
TCLB_iRESERVED
|
Reserved option, do not use.
|
TCLB_iTK
|
Enable and load Tk into created interpreters.
|
TCLB_iTK_LIMITED
|
Limit Tk to one main window.
|
TCLB_iTHREADED
|
Create a new thread for each interpreter.
This flag is mainly used for internal debugging purposes.
It is presented here primarily for completeness.
|
TCLB_iLEGACY
|
Use old style interpreter thread handling (not recommended).
This flag is for backward compatibility purposes only and is NOT officially supported.
|
TCLB_iCONSOLE
|
Create a Tk console window for the interpreter.
|
TCLB_iRESERVED2
|
Reserved option, do not use.
|