|
TCLBOptions Enumeration
|
|
|
Description
|
|
|
TclBridge object option values (may be combined).
All of these values are used with the GetOptions and SetOptions functions.
|
|
|
Values
|
|
|
TCLB_oINVALID
|
Invalid combination of options.
|
|
TCLB_oNONE
|
No options are set.
|
|
TCLB_oNO_TK
|
Globally disallow Tk upon startup.
This will prevent Tk from being loaded into any interpreter.
|
|
TCLB_oCONSOLE
|
Create a Tk console window upon startup.
|
|
TCLB_oPERSISTENT
|
Keep Tcl/Tk initialized until process exit.
|
|
TCLB_oHIDE_TK
|
Hide the initial Tk window.
|
|
TCLB_oRESERVED
|
Reserved option, do not use.
|