tcltk.tcl

D bindings to Tcl/Tk

Public Imports

tcltk.tcldecls
public import tcltk.tcldecls;
Undocumented in source.
tcltk.tclplatdecls
public import tcltk.tclplatdecls;
Undocumented in source.

Members

Aliases

ClientData
alias ClientData = void*
Undocumented in source.
TCL_WIDE_INT_TYPE
alias TCL_WIDE_INT_TYPE = __int64
Undocumented in source.
TCL_WIDE_INT_TYPE
alias TCL_WIDE_INT_TYPE = c_long
Undocumented in source.
TCL_WIDE_UINT_TYPE
alias TCL_WIDE_UINT_TYPE = ulong
Undocumented in source.
TCL_WIDE_UINT_TYPE
alias TCL_WIDE_UINT_TYPE = c_ulong
Undocumented in source.
Tcl_AlertNotifierProc
alias Tcl_AlertNotifierProc = void function(ClientData clientData) nothrow
Undocumented in source.
Tcl_AllocHashEntryProc
alias Tcl_AllocHashEntryProc = Tcl_HashEntry* function(Tcl_HashTable* tablePtr, void* keyPtr) nothrow
Undocumented in source.
Tcl_AppInitProc
alias Tcl_AppInitProc = int function(Tcl_Interp* interp) nothrow
Undocumented in source.
Tcl_ArgvFuncProc
alias Tcl_ArgvFuncProc = int function(ClientData clientData, Tcl_Obj* objPtr, void* dstPtr) nothrow
Undocumented in source.
Tcl_ArgvGenFuncProc
alias Tcl_ArgvGenFuncProc = int function(ClientData clientData, Tcl_Interp* interp, int objc, const(Tcl_Obj*)* objv, void* dstPtr) nothrow
Undocumented in source.
Tcl_AsyncHandler
alias Tcl_AsyncHandler = Tcl_AsyncHandler_*
Undocumented in source.
Tcl_AsyncProc
alias Tcl_AsyncProc = int function(ClientData clientData, Tcl_Interp* interp, int code) nothrow
Undocumented in source.
Tcl_Channel
alias Tcl_Channel = Tcl_Channel_*
Undocumented in source.
Tcl_ChannelProc
alias Tcl_ChannelProc = void function(ClientData clientData, int mask) nothrow
Undocumented in source.
Tcl_ChannelTypeVersion
alias Tcl_ChannelTypeVersion = Tcl_ChannelTypeVersion_*
Undocumented in source.
Tcl_CloseProc
alias Tcl_CloseProc = void function(ClientData data) nothrow
Undocumented in source.
Tcl_CmdDeleteProc
alias Tcl_CmdDeleteProc = void function(ClientData clientData) nothrow
Undocumented in source.
Tcl_CmdObjTraceDeleteProc
alias Tcl_CmdObjTraceDeleteProc = void function(ClientData clientData) nothrow
Undocumented in source.
Tcl_CmdObjTraceProc
alias Tcl_CmdObjTraceProc = int function(ClientData clientData, Tcl_Interp* interp, int level, const(char)* command, Tcl_Command commandInfo, int objc, const(Tcl_Obj*)* objv) nothrow
Undocumented in source.
Tcl_CmdProc
alias Tcl_CmdProc = int function(ClientData clientData, Tcl_Interp* interp, int argc, const(char)** argv) nothrow
Undocumented in source.
Tcl_CmdTraceProc
alias Tcl_CmdTraceProc = void function(ClientData clientData, Tcl_Interp* interp, int level, const(char)* command, Tcl_CmdProc proc, ClientData cmdClientData, int argc, const(char)** argv) nothrow
Undocumented in source.
Tcl_Command
alias Tcl_Command = Tcl_Command_*
Undocumented in source.
Tcl_CommandTraceProc
alias Tcl_CommandTraceProc = void function(ClientData clientData, Tcl_Interp* interp, const(char)* oldName, const(char)* newName, int flags) nothrow
Undocumented in source.
Tcl_CompareHashKeysProc
alias Tcl_CompareHashKeysProc = int function(void* keyPtr, Tcl_HashEntry* hPtr) nothrow
Undocumented in source.
Tcl_Condition
alias Tcl_Condition = Tcl_Condition_*
Undocumented in source.
Tcl_CreateFileHandlerProc
alias Tcl_CreateFileHandlerProc = void function(int fd, int mask, Tcl_FileProc proc, ClientData clientData) nothrow
Undocumented in source.
Tcl_DeleteFileHandlerProc
alias Tcl_DeleteFileHandlerProc = void function(int fd) nothrow
Undocumented in source.
Tcl_Dict
alias Tcl_Dict = Tcl_Dict_*
Undocumented in source.
Tcl_DriverBlockModeProc
alias Tcl_DriverBlockModeProc = int function(ClientData instanceData, int mode) nothrow
Undocumented in source.
Tcl_DriverClose2Proc
alias Tcl_DriverClose2Proc = int function(ClientData instanceData, Tcl_Interp* interp, int flags) nothrow
Undocumented in source.
Tcl_DriverCloseProc
alias Tcl_DriverCloseProc = int function(ClientData instanceData, Tcl_Interp* interp) nothrow
Undocumented in source.
Tcl_DriverFlushProc
alias Tcl_DriverFlushProc = int function(ClientData instanceData) nothrow
Undocumented in source.
Tcl_DriverGetHandleProc
alias Tcl_DriverGetHandleProc = int function(ClientData instanceData, int direction, ClientData* handlePtr) nothrow
Undocumented in source.
Tcl_DriverGetOptionProc
alias Tcl_DriverGetOptionProc = int function(ClientData instanceData, Tcl_Interp* interp, const(char)* optionName, Tcl_DString* dsPtr) nothrow
Undocumented in source.
Tcl_DriverHandlerProc
alias Tcl_DriverHandlerProc = int function(ClientData instanceData, int interestMask) nothrow
Undocumented in source.
Tcl_DriverInputProc
alias Tcl_DriverInputProc = int function(ClientData instanceData, const(char)* buf, int toRead, int* errorCodePtr) nothrow
Undocumented in source.
Tcl_DriverOutputProc
alias Tcl_DriverOutputProc = int function(ClientData instanceData, const(char)* buf, int toWrite, int* errorCodePtr) nothrow
Undocumented in source.
Tcl_DriverSeekProc
alias Tcl_DriverSeekProc = int function(ClientData instanceData, long offset, int mode, int* errorCodePtr) nothrow
Undocumented in source.
Tcl_DriverSetOptionProc
alias Tcl_DriverSetOptionProc = int function(ClientData instanceData, Tcl_Interp* interp, const(char)* optionName, const(char)* value) nothrow
Undocumented in source.
Tcl_DriverThreadActionProc
alias Tcl_DriverThreadActionProc = void function(ClientData instanceData, int action) nothrow
Undocumented in source.
Tcl_DriverTruncateProc
alias Tcl_DriverTruncateProc = int function(ClientData instanceData, Tcl_WideInt length) nothrow
Undocumented in source.
Tcl_DriverWatchProc
alias Tcl_DriverWatchProc = void function(ClientData instanceData, int mask) nothrow
Undocumented in source.
Tcl_DriverWideSeekProc
alias Tcl_DriverWideSeekProc = Tcl_WideInt function(ClientData instanceData, Tcl_WideInt offset, int mode, int* errorCodePtr) nothrow
Undocumented in source.
Tcl_DupInternalRepProc
alias Tcl_DupInternalRepProc = void function(Tcl_Obj* srcPtr, Tcl_Obj* dupPtr) nothrow
Undocumented in source.
Tcl_Encoding
alias Tcl_Encoding = Tcl_Encoding_*
Undocumented in source.
Tcl_EncodingConvertProc
alias Tcl_EncodingConvertProc = int function(ClientData clientData, const(char)* src, int srcLen, int flags, Tcl_EncodingState* statePtr, const(char)* dst, int dstLen, int* srcReadPtr, int* dstWrotePtr, int* dstCharsPtr) nothrow
Undocumented in source.
Tcl_EncodingFreeProc
alias Tcl_EncodingFreeProc = void function(ClientData clientData) nothrow
Undocumented in source.
Tcl_EncodingState
alias Tcl_EncodingState = Tcl_EncodingState_*
Undocumented in source.
Tcl_EventCheckProc
alias Tcl_EventCheckProc = void function(ClientData clientData, int flags) nothrow
Undocumented in source.
Tcl_EventDeleteProc
alias Tcl_EventDeleteProc = int function(Tcl_Event* evPtr, ClientData clientData) nothrow
Undocumented in source.
Tcl_EventProc
alias Tcl_EventProc = int function(Tcl_Event* evPtr, int flags) nothrow
Undocumented in source.
Tcl_EventSetupProc
alias Tcl_EventSetupProc = void function(ClientData clientData, int flags) nothrow
Undocumented in source.
Tcl_ExitProc
alias Tcl_ExitProc = void function(ClientData clientData) nothrow
Undocumented in source.
Tcl_FSAccessProc
alias Tcl_FSAccessProc = int function(Tcl_Obj* pathPtr, int mode) nothrow
Undocumented in source.
Tcl_FSChdirProc
alias Tcl_FSChdirProc = int function(Tcl_Obj* pathPtr) nothrow
Undocumented in source.
Tcl_FSCopyDirectoryProc
alias Tcl_FSCopyDirectoryProc = int function(Tcl_Obj* srcPathPtr, Tcl_Obj* destPathPtr, Tcl_Obj** errorPtr) nothrow
Undocumented in source.
Tcl_FSCopyFileProc
alias Tcl_FSCopyFileProc = int function(Tcl_Obj* srcPathPtr, Tcl_Obj* destPathPtr) nothrow
Undocumented in source.
Tcl_FSCreateDirectoryProc
alias Tcl_FSCreateDirectoryProc = int function(Tcl_Obj* pathPtr) nothrow
Undocumented in source.
Tcl_FSCreateInternalRepProc
alias Tcl_FSCreateInternalRepProc = ClientData function(Tcl_Obj* pathPtr) nothrow
Undocumented in source.
Tcl_FSDeleteFileProc
alias Tcl_FSDeleteFileProc = int function(Tcl_Obj* pathPtr) nothrow
Undocumented in source.
Tcl_FSDupInternalRepProc
alias Tcl_FSDupInternalRepProc = ClientData function(ClientData clientData) nothrow
Undocumented in source.
Tcl_FSFileAttrStringsProc
alias Tcl_FSFileAttrStringsProc = const(char)** function(Tcl_Obj* pathPtr, Tcl_Obj** objPtrRef) nothrow
Undocumented in source.
Tcl_FSFileAttrsGetProc
alias Tcl_FSFileAttrsGetProc = int function(Tcl_Interp* interp, int index, Tcl_Obj* pathPtr, Tcl_Obj** objPtrRef) nothrow
Undocumented in source.
Tcl_FSFileAttrsSetProc
alias Tcl_FSFileAttrsSetProc = int function(Tcl_Interp* interp, int index, Tcl_Obj* pathPtr, Tcl_Obj* objPtr) nothrow
Undocumented in source.
Tcl_FSFilesystemPathTypeProc
alias Tcl_FSFilesystemPathTypeProc = Tcl_Obj* function(Tcl_Obj* pathPtr) nothrow
Undocumented in source.
Tcl_FSFilesystemSeparatorProc
alias Tcl_FSFilesystemSeparatorProc = Tcl_Obj* function(Tcl_Obj* pathPtr) nothrow
Undocumented in source.
Tcl_FSFreeInternalRepProc
alias Tcl_FSFreeInternalRepProc = void function(ClientData clientData) nothrow
Undocumented in source.
Tcl_FSGetCwdProc
alias Tcl_FSGetCwdProc = Tcl_Obj* function(Tcl_Interp* interp) nothrow
Undocumented in source.
Tcl_FSInternalToNormalizedProc
alias Tcl_FSInternalToNormalizedProc = Tcl_Obj* function(ClientData clientData) nothrow
Undocumented in source.
Tcl_FSLinkProc
alias Tcl_FSLinkProc = Tcl_Obj* function(Tcl_Obj* pathPtr, Tcl_Obj* toPtr, int linkType) nothrow
Undocumented in source.
Tcl_FSListVolumesProc
alias Tcl_FSListVolumesProc = Tcl_Obj* function() nothrow
Undocumented in source.
Tcl_FSLoadFileProc
alias Tcl_FSLoadFileProc = int function(Tcl_Interp* interp, Tcl_Obj* pathPtr, Tcl_LoadHandle* handlePtr, Tcl_FSUnloadFileProc unloadProcPtr) nothrow
Undocumented in source.
Tcl_FSLstatProc
alias Tcl_FSLstatProc = int function(Tcl_Obj* pathPtr, Tcl_StatBuf* buf) nothrow
Undocumented in source.
Tcl_FSMatchInDirectoryProc
alias Tcl_FSMatchInDirectoryProc = int function(Tcl_Interp* interp, Tcl_Obj* result, Tcl_Obj* pathPtr, const(char)* pattern, Tcl_GlobTypeData* types) nothrow
Undocumented in source.
Tcl_FSNormalizePathProc
alias Tcl_FSNormalizePathProc = int function(Tcl_Interp* interp, Tcl_Obj* pathPtr, int nextCheckpoint) nothrow
Undocumented in source.
Tcl_FSOpenFileChannelProc
alias Tcl_FSOpenFileChannelProc = Tcl_Channel function(Tcl_Interp* interp, Tcl_Obj* pathPtr, int mode, int permissions) nothrow
Undocumented in source.
Tcl_FSPathInFilesystemProc
alias Tcl_FSPathInFilesystemProc = int function(Tcl_Obj* pathPtr, ClientData* clientDataPtr) nothrow
Undocumented in source.
Tcl_FSRemoveDirectoryProc
alias Tcl_FSRemoveDirectoryProc = int function(Tcl_Obj* pathPtr, int recursive, Tcl_Obj** errorPtr) nothrow
Undocumented in source.
Tcl_FSRenameFileProc
alias Tcl_FSRenameFileProc = int function(Tcl_Obj* srcPathPtr, Tcl_Obj* destPathPtr) nothrow
Undocumented in source.
Tcl_FSStatProc
alias Tcl_FSStatProc = int function(Tcl_Obj* pathPtr, Tcl_StatBuf* buf) nothrow
Undocumented in source.
Tcl_FSUnloadFileProc
alias Tcl_FSUnloadFileProc = void function(Tcl_LoadHandle loadHandle) nothrow
Undocumented in source.
Tcl_FSUtimeProc
alias Tcl_FSUtimeProc = int function(Tcl_Obj* pathPtr, utimbuf* tval) nothrow
Undocumented in source.
Tcl_FSVersion
alias Tcl_FSVersion = Tcl_FSVersion_*
Undocumented in source.
Tcl_FileFreeProc
alias Tcl_FileFreeProc = void function(ClientData clientData) nothrow
Undocumented in source.
Tcl_FileProc
alias Tcl_FileProc = void function(ClientData clientData, int mask) nothrow
Undocumented in source.
Tcl_FinalizeNotifierProc
alias Tcl_FinalizeNotifierProc = void function(ClientData clientData) nothrow
Undocumented in source.
Tcl_FreeHashEntryProc
alias Tcl_FreeHashEntryProc = void function(Tcl_HashEntry* hPtr) nothrow
Undocumented in source.
Tcl_FreeInternalRepProc
alias Tcl_FreeInternalRepProc = void function(Tcl_Obj* objPtr) nothrow
Undocumented in source.
Tcl_FreeProc
alias Tcl_FreeProc = void function(const(char)* blockPtr) nothrow
Undocumented in source.
Tcl_GetTimeProc
alias Tcl_GetTimeProc = void function(Tcl_Time* timebuf, ClientData clientData) nothrow
Undocumented in source.
Tcl_HashKeyProc
alias Tcl_HashKeyProc = uint function(Tcl_HashTable* tablePtr, void* keyPtr) nothrow
Undocumented in source.
Tcl_IdleProc
alias Tcl_IdleProc = void function(ClientData clientData) nothrow
Undocumented in source.
Tcl_InitNotifierProc
alias Tcl_InitNotifierProc = ClientData function() nothrow
Undocumented in source.
Tcl_InterpDeleteProc
alias Tcl_InterpDeleteProc = void function(ClientData clientData, Tcl_Interp* interp) nothrow
Undocumented in source.
Tcl_InterpState
alias Tcl_InterpState = Tcl_InterpState_*
Undocumented in source.
Tcl_LimitHandlerDeleteProc
alias Tcl_LimitHandlerDeleteProc = void function(ClientData clientData) nothrow
Undocumented in source.
Tcl_LimitHandlerProc
alias Tcl_LimitHandlerProc = void function(ClientData clientData, Tcl_Interp* interp) nothrow
Undocumented in source.
Tcl_LoadHandle
alias Tcl_LoadHandle = Tcl_LoadHandle_*
Undocumented in source.
Tcl_MainLoopProc
alias Tcl_MainLoopProc = void function() nothrow
Undocumented in source.
Tcl_MathProc
alias Tcl_MathProc = int function(ClientData clientData, Tcl_Interp* interp, Tcl_Value* args, Tcl_Value* resultPtr) nothrow
Undocumented in source.
Tcl_Mutex
alias Tcl_Mutex = Tcl_Mutex_*
Undocumented in source.
Tcl_NRPostProc
alias Tcl_NRPostProc = int function(ClientData data[], Tcl_Interp* interp, int result) nothrow
Undocumented in source.
Tcl_NamespaceDeleteProc
alias Tcl_NamespaceDeleteProc = void function(ClientData clientData) nothrow
Undocumented in source.
Tcl_ObjCmdProc
alias Tcl_ObjCmdProc = int function(ClientData clientData, Tcl_Interp* interp, int objc, const(Tcl_Obj*)* objv) nothrow
Undocumented in source.
Tcl_OldStat_
alias Tcl_OldStat_ = stat_t
Undocumented in source.
Tcl_PackageInitProc
alias Tcl_PackageInitProc = int function(Tcl_Interp* interp) nothrow
Undocumented in source.
Tcl_PackageUnloadProc
alias Tcl_PackageUnloadProc = int function(Tcl_Interp* interp, int flags) nothrow
Undocumented in source.
Tcl_PanicProc
alias Tcl_PanicProc = void function(const(char)* format, ...) nothrow
Undocumented in source.
Tcl_Pid
alias Tcl_Pid = Tcl_Pid_*
Undocumented in source.
Tcl_RegExp
alias Tcl_RegExp = Tcl_RegExp_*
Undocumented in source.
Tcl_ScaleTimeProc
alias Tcl_ScaleTimeProc = void function(Tcl_Time* timebuf, ClientData clientData) nothrow
Undocumented in source.
Tcl_ServiceModeHookProc
alias Tcl_ServiceModeHookProc = void function(int mode) nothrow
Undocumented in source.
Tcl_SetFromAnyProc
alias Tcl_SetFromAnyProc = int function(Tcl_Interp* interp, Tcl_Obj* objPtr) nothrow
Undocumented in source.
Tcl_SetTimerProc
alias Tcl_SetTimerProc = void function(const(Tcl_Time)* timePtr) nothrow
Undocumented in source.
Tcl_StatBuf
alias Tcl_StatBuf = stat_t
Undocumented in source.
Tcl_StatBuf
alias Tcl_StatBuf = _stat32i64
Undocumented in source.
Tcl_StatBuf
alias Tcl_StatBuf = __stat64
Undocumented in source.
Tcl_Stat_
alias Tcl_Stat_ = Tcl_StatBuf
Undocumented in source.
Tcl_TcpAcceptProc
alias Tcl_TcpAcceptProc = void function(ClientData callbackData, Tcl_Channel chan, const(char)* address, int port) nothrow
Undocumented in source.
Tcl_ThreadCreateProc
alias Tcl_ThreadCreateProc = uint function(ClientData clientData) nothrow
Undocumented in source.
Tcl_ThreadCreateProc
alias Tcl_ThreadCreateProc = void function(ClientData clientData) nothrow
Undocumented in source.
Tcl_ThreadCreateType
alias Tcl_ThreadCreateType = uint
Undocumented in source.
Tcl_ThreadCreateType
alias Tcl_ThreadCreateType = void
Undocumented in source.
Tcl_ThreadDataKey
alias Tcl_ThreadDataKey = Tcl_ThreadDataKey_*
Undocumented in source.
Tcl_ThreadId
alias Tcl_ThreadId = Tcl_ThreadId_*
Undocumented in source.
Tcl_TimerProc
alias Tcl_TimerProc = void function(ClientData clientData) nothrow
Undocumented in source.
Tcl_TimerToken
alias Tcl_TimerToken = Tcl_TimerToken_*
Undocumented in source.
Tcl_Trace
alias Tcl_Trace = Tcl_Trace_*
Undocumented in source.
Tcl_UniChar
alias Tcl_UniChar = ushort
Undocumented in source.
Tcl_UniChar
alias Tcl_UniChar = uint
Undocumented in source.
Tcl_UpdateStringProc
alias Tcl_UpdateStringProc = void function(Tcl_Obj* objPtr) nothrow
Undocumented in source.
Tcl_Var
alias Tcl_Var = Tcl_Var_*
Undocumented in source.
Tcl_VarTraceProc
alias Tcl_VarTraceProc = const(char)* function(ClientData clientData, Tcl_Interp* interp, const(char)* part1, const(char)* part2, int flags) nothrow
Undocumented in source.
Tcl_WaitForEventProc
alias Tcl_WaitForEventProc = int function(const(Tcl_Time)* timePtr) nothrow
Undocumented in source.
Tcl_WideInt
alias Tcl_WideInt = TCL_WIDE_INT_TYPE
Undocumented in source.
Tcl_WideUInt
alias Tcl_WideUInt = TCL_WIDE_UINT_TYPE
Undocumented in source.
Tcl_ZLibStream
alias Tcl_ZLibStream = Tcl_ZLibStream_*
Undocumented in source.
__int32
alias __int32 = int
Undocumented in source.
__int64
alias __int64 = long
Undocumented in source.
__time32_t
alias __time32_t = __int32
Undocumented in source.
__time64_t
alias __time64_t = __int64
Undocumented in source.
_dev_t
alias _dev_t = uint
Undocumented in source.
_ino_t
alias _ino_t = ushort
Undocumented in source.
_mode_t
alias _mode_t = ushort
Undocumented in source.
mp_digit
alias mp_digit = uint
Undocumented in source.

Enums

TCL_THREAD_CREATE_RETURN
enum TCL_THREAD_CREATE_RETURN
Undocumented in source.
Tcl_PathType
enum Tcl_PathType
Undocumented in source.
Tcl_QueuePosition
enum Tcl_QueuePosition
Undocumented in source.
Tcl_ValueType
enum Tcl_ValueType
Undocumented in source.

Functions

TclTomMathInitializeStubs
const(char)* TclTomMathInitializeStubs(Tcl_Interp* interp, const(char)* version_, int epoch, int revision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_AppInit
int Tcl_AppInit(Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_CreateHashEntry
Tcl_HashEntry* Tcl_CreateHashEntry(Tcl_HashTable* tablePtr, const(char)* key, int* newPtr)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_DStringLength
int Tcl_DStringLength(Tcl_DString* dsPtr)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_DStringValue
const(char)* Tcl_DStringValue(Tcl_DString* dsPtr)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_DecrRefCount
void Tcl_DecrRefCount(Tcl_Obj* objPtr, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_DecrRefCount
void Tcl_DecrRefCount(Tcl_Obj* objPtr)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_FindHashEntry
Tcl_HashEntry* Tcl_FindHashEntry(Tcl_HashTable* tablePtr, const(char)* key)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_GetHashKey
void* Tcl_GetHashKey(Tcl_HashTable* tablePtr, Tcl_HashEntry* h)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_GetHashValue
ClientData Tcl_GetHashValue(Tcl_HashEntry* h)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_GetMemoryInfo
void Tcl_GetMemoryInfo(Tcl_DString* dsPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_IncrRefCount
void Tcl_IncrRefCount(Tcl_Obj* objPtr, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_IncrRefCount
void Tcl_IncrRefCount(Tcl_Obj* objPtr)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_InitStubs
const(char)* Tcl_InitStubs(Tcl_Interp* interp, const(char)* version_, int exact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_IsShared
int Tcl_IsShared(Tcl_Obj* objPtr, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_IsShared
int Tcl_IsShared(Tcl_Obj* objPtr)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_Main
void Tcl_Main(int argc, const(char)** argv, Tcl_AppInitProc appInitProc)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_MainEx
void Tcl_MainEx(int argc, const(char)** argv, Tcl_AppInitProc appInitProc, Tcl_Interp* interp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_NewBignumObj
Tcl_Obj* Tcl_NewBignumObj(mp_int* value, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_NewBooleanObj
Tcl_Obj* Tcl_NewBooleanObj(int booleanValue, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_NewByteArrayObj
Tcl_Obj* Tcl_NewByteArrayObj(ubyte* bytes, int length, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_NewDoubleObj
Tcl_Obj* Tcl_NewDoubleObj(double doubleValue, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_NewIntObj
Tcl_Obj* Tcl_NewIntObj(int intValue, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_NewListObj
Tcl_Obj* Tcl_NewListObj(int objc, const(Tcl_Obj*)* objv, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_NewLongObj
Tcl_Obj* Tcl_NewLongObj(c_long longValue, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_NewObj
Tcl_Obj* Tcl_NewObj(string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_NewStringObj
Tcl_Obj* Tcl_NewStringObj(const(char)* bytes, int length, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_NewWideIntObj
Tcl_Obj* Tcl_NewWideIntObj(Tcl_WideInt wideValue, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
Tcl_PkgInitStubsCheck
const(char)* Tcl_PkgInitStubsCheck(Tcl_Interp* interp, const(char)* version_, int exact)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tcl_SetHashValue
void Tcl_SetHashValue(Tcl_HashEntry* h, ClientData c)
Undocumented in source. Be warned that the author may not have intended to support it.
attemptckalloc
void* attemptckalloc(uint size, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
attemptckalloc
void* attemptckalloc(uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
attemptckrealloc
void* attemptckrealloc(const(char)* ptr, uint size, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
attemptckrealloc
void* attemptckrealloc(const(char)* ptr, uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
ckalloc
void* ckalloc(uint size, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
ckalloc
void* ckalloc(uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
ckfree
int ckfree(const(char)* ptr, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
ckfree
void ckfree(const(char)* ptr)
Undocumented in source. Be warned that the author may not have intended to support it.
ckrealloc
void* ckrealloc(const(char)* ptr, uint size, string file, size_t line)
Undocumented in source. Be warned that the author may not have intended to support it.
ckrealloc
void* ckrealloc(const(char)* ptr, uint size)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

SEEK_CUR (from core.stdc.stdio)
public import core.stdc.stdio : SEEK_SET, SEEK_CUR, SEEK_END;
Undocumented in source.
SEEK_END (from core.stdc.stdio)
public import core.stdc.stdio : SEEK_SET, SEEK_CUR, SEEK_END;
Undocumented in source.
SEEK_SET (from core.stdc.stdio)
public import core.stdc.stdio : SEEK_SET, SEEK_CUR, SEEK_END;
Undocumented in source.

Manifest constants

NUM_STATIC_TOKENS
enum NUM_STATIC_TOKENS;
Undocumented in source.
TCL_ALLOW_INLINE_COMPILATION
enum TCL_ALLOW_INLINE_COMPILATION;
Undocumented in source.
TCL_ALL_EVENTS
enum TCL_ALL_EVENTS;
Undocumented in source.
TCL_ALPHA_RELEASE
enum TCL_ALPHA_RELEASE;
Undocumented in source.
TCL_APPEND_VALUE
enum TCL_APPEND_VALUE;
Undocumented in source.
TCL_ARGV_CONSTANT
enum TCL_ARGV_CONSTANT;
Undocumented in source.
TCL_ARGV_END
enum TCL_ARGV_END;
Undocumented in source.
TCL_ARGV_FLOAT
enum TCL_ARGV_FLOAT;
Undocumented in source.
TCL_ARGV_FUNC
enum TCL_ARGV_FUNC;
Undocumented in source.
TCL_ARGV_GENFUNC
enum TCL_ARGV_GENFUNC;
Undocumented in source.
TCL_ARGV_HELP
enum TCL_ARGV_HELP;
Undocumented in source.
TCL_ARGV_INT
enum TCL_ARGV_INT;
Undocumented in source.
TCL_ARGV_REST
enum TCL_ARGV_REST;
Undocumented in source.
TCL_ARGV_STRING
enum TCL_ARGV_STRING;
Undocumented in source.
TCL_BETA_RELEASE
enum TCL_BETA_RELEASE;
Undocumented in source.
TCL_BREAK
enum TCL_BREAK;
Undocumented in source.
TCL_CANCEL_UNWIND
enum TCL_CANCEL_UNWIND;
Undocumented in source.
TCL_CHANNEL_THREAD_INSERT
enum TCL_CHANNEL_THREAD_INSERT;
Undocumented in source.
TCL_CHANNEL_THREAD_REMOVE
enum TCL_CHANNEL_THREAD_REMOVE;
Undocumented in source.
TCL_CHANNEL_VERSION_1
enum TCL_CHANNEL_VERSION_1;
Undocumented in source.
TCL_CHANNEL_VERSION_2
enum TCL_CHANNEL_VERSION_2;
Undocumented in source.
TCL_CHANNEL_VERSION_3
enum TCL_CHANNEL_VERSION_3;
Undocumented in source.
TCL_CHANNEL_VERSION_4
enum TCL_CHANNEL_VERSION_4;
Undocumented in source.
TCL_CHANNEL_VERSION_5
enum TCL_CHANNEL_VERSION_5;
Undocumented in source.
TCL_CLOSE2PROC
enum TCL_CLOSE2PROC;
Undocumented in source.
TCL_CLOSE_READ
enum TCL_CLOSE_READ;
Undocumented in source.
TCL_CLOSE_WRITE
enum TCL_CLOSE_WRITE;
Undocumented in source.
TCL_CONTINUE
enum TCL_CONTINUE;
Undocumented in source.
TCL_CONVERT_MULTIBYTE
enum TCL_CONVERT_MULTIBYTE;
Undocumented in source.
TCL_CONVERT_NOSPACE
enum TCL_CONVERT_NOSPACE;
Undocumented in source.
TCL_CONVERT_SYNTAX
enum TCL_CONVERT_SYNTAX;
Undocumented in source.
TCL_CONVERT_UNKNOWN
enum TCL_CONVERT_UNKNOWN;
Undocumented in source.
TCL_CREATE_HARD_LINK
enum TCL_CREATE_HARD_LINK;
Undocumented in source.
TCL_CREATE_SYMBOLIC_LINK
enum TCL_CREATE_SYMBOLIC_LINK;
Undocumented in source.
TCL_CUSTOM_PTR_KEYS
enum TCL_CUSTOM_PTR_KEYS;
Undocumented in source.
TCL_CUSTOM_TYPE_KEYS
enum TCL_CUSTOM_TYPE_KEYS;
Undocumented in source.
TCL_DONT_QUOTE_HASH
enum TCL_DONT_QUOTE_HASH;
Undocumented in source.
TCL_DONT_USE_BRACES
enum TCL_DONT_USE_BRACES;
Undocumented in source.
TCL_DONT_WAIT
enum TCL_DONT_WAIT;
Undocumented in source.
TCL_DOUBLE_SPACE
enum TCL_DOUBLE_SPACE;
Undocumented in source.
TCL_DSTRING_STATIC_SIZE
enum TCL_DSTRING_STATIC_SIZE;
Undocumented in source.
TCL_DYNAMIC
enum TCL_DYNAMIC;
Undocumented in source.
TCL_ENCODING_END
enum TCL_ENCODING_END;
Undocumented in source.
TCL_ENCODING_START
enum TCL_ENCODING_START;
Undocumented in source.
TCL_ENCODING_STOPONERROR
enum TCL_ENCODING_STOPONERROR;
Undocumented in source.
TCL_ENFORCE_MODE
enum TCL_ENFORCE_MODE;
Undocumented in source.
TCL_ENSEMBLE_PREFIX
enum TCL_ENSEMBLE_PREFIX;
Undocumented in source.
TCL_ERROR
enum TCL_ERROR;
Undocumented in source.
TCL_EVAL_DIRECT
enum TCL_EVAL_DIRECT;
Undocumented in source.
TCL_EVAL_GLOBAL
enum TCL_EVAL_GLOBAL;
Undocumented in source.
TCL_EVAL_INVOKE
enum TCL_EVAL_INVOKE;
Undocumented in source.
TCL_EVAL_NOERR
enum TCL_EVAL_NOERR;
Undocumented in source.
TCL_EXACT
enum TCL_EXACT;
Undocumented in source.
TCL_EXCEPTION
enum TCL_EXCEPTION;
Undocumented in source.
TCL_FILESYSTEM_VERSION_1
enum TCL_FILESYSTEM_VERSION_1;
Undocumented in source.
TCL_FILE_EVENTS
enum TCL_FILE_EVENTS;
Undocumented in source.
TCL_FINAL_RELEASE
enum TCL_FINAL_RELEASE;
Undocumented in source.
TCL_GLOBAL_ONLY
enum TCL_GLOBAL_ONLY;
Undocumented in source.
TCL_GLOB_PERM_HIDDEN
enum TCL_GLOB_PERM_HIDDEN;
Undocumented in source.
TCL_GLOB_PERM_R
enum TCL_GLOB_PERM_R;
Undocumented in source.
TCL_GLOB_PERM_RONLY
enum TCL_GLOB_PERM_RONLY;
Undocumented in source.
TCL_GLOB_PERM_W
enum TCL_GLOB_PERM_W;
Undocumented in source.
TCL_GLOB_PERM_X
enum TCL_GLOB_PERM_X;
Undocumented in source.
TCL_GLOB_TYPE_BLOCK
enum TCL_GLOB_TYPE_BLOCK;
Undocumented in source.
TCL_GLOB_TYPE_CHAR
enum TCL_GLOB_TYPE_CHAR;
Undocumented in source.
TCL_GLOB_TYPE_DIR
enum TCL_GLOB_TYPE_DIR;
Undocumented in source.
TCL_GLOB_TYPE_FILE
enum TCL_GLOB_TYPE_FILE;
Undocumented in source.
TCL_GLOB_TYPE_LINK
enum TCL_GLOB_TYPE_LINK;
Undocumented in source.
TCL_GLOB_TYPE_MOUNT
enum TCL_GLOB_TYPE_MOUNT;
Undocumented in source.
TCL_GLOB_TYPE_PIPE
enum TCL_GLOB_TYPE_PIPE;
Undocumented in source.
TCL_GLOB_TYPE_SOCK
enum TCL_GLOB_TYPE_SOCK;
Undocumented in source.
TCL_HASH_KEY_RANDOMIZE_HASH
enum TCL_HASH_KEY_RANDOMIZE_HASH;
Undocumented in source.
TCL_HASH_KEY_STORE_HASH
enum TCL_HASH_KEY_STORE_HASH;
Undocumented in source.
TCL_HASH_KEY_SYSTEM_HASH
enum TCL_HASH_KEY_SYSTEM_HASH;
Undocumented in source.
TCL_HASH_KEY_TYPE_VERSION
enum TCL_HASH_KEY_TYPE_VERSION;
Undocumented in source.
TCL_IDLE_EVENTS
enum TCL_IDLE_EVENTS;
Undocumented in source.
TCL_INTEGER_SPACE
enum TCL_INTEGER_SPACE;
Undocumented in source.
TCL_INTERP_DESTROYED
enum TCL_INTERP_DESTROYED;
Undocumented in source.
TCL_LEAVE_ERR_MSG
enum TCL_LEAVE_ERR_MSG;
Undocumented in source.
TCL_LIMIT_COMMANDS
enum TCL_LIMIT_COMMANDS;
Undocumented in source.
TCL_LIMIT_TIME
enum TCL_LIMIT_TIME;
Undocumented in source.
TCL_LINK_BOOLEAN
enum TCL_LINK_BOOLEAN;
Undocumented in source.
TCL_LINK_CHAR
enum TCL_LINK_CHAR;
Undocumented in source.
TCL_LINK_DOUBLE
enum TCL_LINK_DOUBLE;
Undocumented in source.
TCL_LINK_FLOAT
enum TCL_LINK_FLOAT;
Undocumented in source.
TCL_LINK_INT
enum TCL_LINK_INT;
Undocumented in source.
TCL_LINK_LONG
enum TCL_LINK_LONG;
Undocumented in source.
TCL_LINK_READ_ONLY
enum TCL_LINK_READ_ONLY;
Undocumented in source.
TCL_LINK_SHORT
enum TCL_LINK_SHORT;
Undocumented in source.
TCL_LINK_STRING
enum TCL_LINK_STRING;
Undocumented in source.
TCL_LINK_UCHAR
enum TCL_LINK_UCHAR;
Undocumented in source.
TCL_LINK_UINT
enum TCL_LINK_UINT;
Undocumented in source.
TCL_LINK_ULONG
enum TCL_LINK_ULONG;
Undocumented in source.
TCL_LINK_USHORT
enum TCL_LINK_USHORT;
Undocumented in source.
TCL_LINK_WIDE_INT
enum TCL_LINK_WIDE_INT;
Undocumented in source.
TCL_LINK_WIDE_UINT
enum TCL_LINK_WIDE_UINT;
Undocumented in source.
TCL_LIST_ELEMENT
enum TCL_LIST_ELEMENT;
Undocumented in source.
TCL_LOAD_GLOBAL
enum TCL_LOAD_GLOBAL;
Undocumented in source.
TCL_LOAD_LAZY
enum TCL_LOAD_LAZY;
Undocumented in source.
TCL_MAJOR_VERSION
enum TCL_MAJOR_VERSION;
Undocumented in source.
TCL_MATCH_NOCASE
enum TCL_MATCH_NOCASE;
Undocumented in source.
TCL_MAX_PREC
enum TCL_MAX_PREC;
Undocumented in source.
TCL_MINOR_VERSION
enum TCL_MINOR_VERSION;
Undocumented in source.
TCL_MODE_BLOCKING
enum TCL_MODE_BLOCKING;
Undocumented in source.
TCL_MODE_NONBLOCKING
enum TCL_MODE_NONBLOCKING;
Undocumented in source.
TCL_NAMESPACE_ONLY
enum TCL_NAMESPACE_ONLY;
Undocumented in source.
TCL_NO_EVAL
enum TCL_NO_EVAL;
Undocumented in source.
TCL_OK
enum TCL_OK;
Undocumented in source.
TCL_ONE_WORD_KEYS
enum TCL_ONE_WORD_KEYS;
Undocumented in source.
TCL_PARSE_BAD_NUMBER
enum TCL_PARSE_BAD_NUMBER;
Undocumented in source.
TCL_PARSE_BRACE_EXTRA
enum TCL_PARSE_BRACE_EXTRA;
Undocumented in source.
TCL_PARSE_MISSING_BRACE
enum TCL_PARSE_MISSING_BRACE;
Undocumented in source.
TCL_PARSE_MISSING_BRACKET
enum TCL_PARSE_MISSING_BRACKET;
Undocumented in source.
TCL_PARSE_MISSING_PAREN
enum TCL_PARSE_MISSING_PAREN;
Undocumented in source.
TCL_PARSE_MISSING_QUOTE
enum TCL_PARSE_MISSING_QUOTE;
Undocumented in source.
TCL_PARSE_MISSING_VAR_BRACE
enum TCL_PARSE_MISSING_VAR_BRACE;
Undocumented in source.
TCL_PARSE_PART1
enum TCL_PARSE_PART1;
Undocumented in source.
TCL_PARSE_QUOTE_EXTRA
enum TCL_PARSE_QUOTE_EXTRA;
Undocumented in source.
TCL_PARSE_SUCCESS
enum TCL_PARSE_SUCCESS;
Undocumented in source.
TCL_PARSE_SYNTAX
enum TCL_PARSE_SYNTAX;
Undocumented in source.
TCL_PATCH_LEVEL
enum TCL_PATCH_LEVEL;
Undocumented in source.
TCL_READABLE
enum TCL_READABLE;
Undocumented in source.
TCL_REG_ADVANCED
enum TCL_REG_ADVANCED;
Undocumented in source.
TCL_REG_ADVF
enum TCL_REG_ADVF;
Undocumented in source.
TCL_REG_BASIC
enum TCL_REG_BASIC;
Undocumented in source.
TCL_REG_CANMATCH
enum TCL_REG_CANMATCH;
Undocumented in source.
TCL_REG_EXPANDED
enum TCL_REG_EXPANDED;
Undocumented in source.
TCL_REG_EXTENDED
enum TCL_REG_EXTENDED;
Undocumented in source.
TCL_REG_NEWLINE
enum TCL_REG_NEWLINE;
Undocumented in source.
TCL_REG_NLANCH
enum TCL_REG_NLANCH;
Undocumented in source.
TCL_REG_NLSTOP
enum TCL_REG_NLSTOP;
Undocumented in source.
TCL_REG_NOCASE
enum TCL_REG_NOCASE;
Undocumented in source.
TCL_REG_NOSUB
enum TCL_REG_NOSUB;
Undocumented in source.
TCL_REG_NOTBOL
enum TCL_REG_NOTBOL;
Undocumented in source.
TCL_REG_NOTEOL
enum TCL_REG_NOTEOL;
Undocumented in source.
TCL_REG_QUOTE
enum TCL_REG_QUOTE;
Undocumented in source.
TCL_RELEASE_LEVEL
enum TCL_RELEASE_LEVEL;
Undocumented in source.
TCL_RELEASE_SERIAL
enum TCL_RELEASE_SERIAL;
Undocumented in source.
TCL_RESULT_SIZE
enum TCL_RESULT_SIZE;
Undocumented in source.
TCL_RETURN
enum TCL_RETURN;
Undocumented in source.
TCL_SERVICE_ALL
enum TCL_SERVICE_ALL;
Undocumented in source.
TCL_SERVICE_NONE
enum TCL_SERVICE_NONE;
Undocumented in source.
TCL_SMALL_HASH_TABLE
enum TCL_SMALL_HASH_TABLE;
Undocumented in source.
TCL_STATIC
enum TCL_STATIC;
Undocumented in source.
TCL_STDERR
enum TCL_STDERR;
Undocumented in source.
TCL_STDIN
enum TCL_STDIN;
Undocumented in source.
TCL_STDOUT
enum TCL_STDOUT;
Undocumented in source.
TCL_STRING_KEYS
enum TCL_STRING_KEYS;
Undocumented in source.
TCL_STUB_MAGIC
enum TCL_STUB_MAGIC;
Undocumented in source.
TCL_SUBST_ALL
enum TCL_SUBST_ALL;
Undocumented in source.
TCL_SUBST_BACKSLASHES
enum TCL_SUBST_BACKSLASHES;
Undocumented in source.
TCL_SUBST_COMMANDS
enum TCL_SUBST_COMMANDS;
Undocumented in source.
TCL_SUBST_VARIABLES
enum TCL_SUBST_VARIABLES;
Undocumented in source.
TCL_THREAD_CREATE_RETURN
enum TCL_THREAD_CREATE_RETURN;
Undocumented in source.
TCL_THREAD_JOINABLE
enum TCL_THREAD_JOINABLE;
Undocumented in source.
TCL_THREAD_NOFLAGS
enum TCL_THREAD_NOFLAGS;
Undocumented in source.
TCL_THREAD_STACK_DEFAULT
enum TCL_THREAD_STACK_DEFAULT;
Undocumented in source.
TCL_TIMER_EVENTS
enum TCL_TIMER_EVENTS;
Undocumented in source.
TCL_TOKEN_BS
enum TCL_TOKEN_BS;
Undocumented in source.
TCL_TOKEN_COMMAND
enum TCL_TOKEN_COMMAND;
Undocumented in source.
TCL_TOKEN_EXPAND_WORD
enum TCL_TOKEN_EXPAND_WORD;
Undocumented in source.
TCL_TOKEN_OPERATOR
enum TCL_TOKEN_OPERATOR;
Undocumented in source.
TCL_TOKEN_SIMPLE_WORD
enum TCL_TOKEN_SIMPLE_WORD;
Undocumented in source.
TCL_TOKEN_SUB_EXPR
enum TCL_TOKEN_SUB_EXPR;
Undocumented in source.
TCL_TOKEN_TEXT
enum TCL_TOKEN_TEXT;
Undocumented in source.
TCL_TOKEN_VARIABLE
enum TCL_TOKEN_VARIABLE;
Undocumented in source.
TCL_TOKEN_WORD
enum TCL_TOKEN_WORD;
Undocumented in source.
TCL_TRACE_ARRAY
enum TCL_TRACE_ARRAY;
Undocumented in source.
TCL_TRACE_DELETE
enum TCL_TRACE_DELETE;
Undocumented in source.
TCL_TRACE_DESTROYED
enum TCL_TRACE_DESTROYED;
Undocumented in source.
TCL_TRACE_OLD_STYLE
enum TCL_TRACE_OLD_STYLE;
Undocumented in source.
TCL_TRACE_READS
enum TCL_TRACE_READS;
Undocumented in source.
TCL_TRACE_RENAME
enum TCL_TRACE_RENAME;
Undocumented in source.
TCL_TRACE_RESULT_DYNAMIC
enum TCL_TRACE_RESULT_DYNAMIC;
Undocumented in source.
TCL_TRACE_RESULT_OBJECT
enum TCL_TRACE_RESULT_OBJECT;
Undocumented in source.
TCL_TRACE_UNSETS
enum TCL_TRACE_UNSETS;
Undocumented in source.
TCL_TRACE_WRITES
enum TCL_TRACE_WRITES;
Undocumented in source.
TCL_UNLOAD_DETACH_FROM_INTERPRETER
enum TCL_UNLOAD_DETACH_FROM_INTERPRETER;
Undocumented in source.
TCL_UNLOAD_DETACH_FROM_PROCESS
enum TCL_UNLOAD_DETACH_FROM_PROCESS;
Undocumented in source.
TCL_UTF_MAX
enum TCL_UTF_MAX;
Undocumented in source.
TCL_VERSION
enum TCL_VERSION;
Undocumented in source.
TCL_VOLATILE
enum TCL_VOLATILE;
Undocumented in source.
TCL_WIDE_INT_IS_LONG
enum TCL_WIDE_INT_IS_LONG;
Undocumented in source.
TCL_WIDE_INT_IS_LONG
enum TCL_WIDE_INT_IS_LONG;
Undocumented in source.
TCL_WINDOW_EVENTS
enum TCL_WINDOW_EVENTS;
Undocumented in source.
TCL_WRITABLE
enum TCL_WRITABLE;
Undocumented in source.
TCL_ZLIB_COMPRESS_BEST
enum TCL_ZLIB_COMPRESS_BEST;
Undocumented in source.
TCL_ZLIB_COMPRESS_DEFAULT
enum TCL_ZLIB_COMPRESS_DEFAULT;
Undocumented in source.
TCL_ZLIB_COMPRESS_FAST
enum TCL_ZLIB_COMPRESS_FAST;
Undocumented in source.
TCL_ZLIB_COMPRESS_NONE
enum TCL_ZLIB_COMPRESS_NONE;
Undocumented in source.
TCL_ZLIB_FINALIZE
enum TCL_ZLIB_FINALIZE;
Undocumented in source.
TCL_ZLIB_FLUSH
enum TCL_ZLIB_FLUSH;
Undocumented in source.
TCL_ZLIB_FORMAT_AUTO
enum TCL_ZLIB_FORMAT_AUTO;
Undocumented in source.
TCL_ZLIB_FORMAT_GZIP
enum TCL_ZLIB_FORMAT_GZIP;
Undocumented in source.
TCL_ZLIB_FORMAT_RAW
enum TCL_ZLIB_FORMAT_RAW;
Undocumented in source.
TCL_ZLIB_FORMAT_ZLIB
enum TCL_ZLIB_FORMAT_ZLIB;
Undocumented in source.
TCL_ZLIB_FULLFLUSH
enum TCL_ZLIB_FULLFLUSH;
Undocumented in source.
TCL_ZLIB_NO_FLUSH
enum TCL_ZLIB_NO_FLUSH;
Undocumented in source.
TCL_ZLIB_STREAM_DEFLATE
enum TCL_ZLIB_STREAM_DEFLATE;
Undocumented in source.
TCL_ZLIB_STREAM_INFLATE
enum TCL_ZLIB_STREAM_INFLATE;
Undocumented in source.

Structs

Tcl_ArgvInfo
struct Tcl_ArgvInfo
Undocumented in source.
Tcl_AsyncHandler_
struct Tcl_AsyncHandler_
Undocumented in source.
Tcl_CallFrame
struct Tcl_CallFrame
Undocumented in source.
Tcl_ChannelType
struct Tcl_ChannelType
Undocumented in source.
Tcl_ChannelTypeVersion_
struct Tcl_ChannelTypeVersion_
Undocumented in source.
Tcl_Channel_
struct Tcl_Channel_
Undocumented in source.
Tcl_CmdInfo
struct Tcl_CmdInfo
Undocumented in source.
Tcl_Command_
struct Tcl_Command_
Undocumented in source.
Tcl_Condition_
struct Tcl_Condition_
Undocumented in source.
Tcl_Config
struct Tcl_Config
Undocumented in source.
Tcl_DString
struct Tcl_DString
Undocumented in source.
Tcl_DictSearch
struct Tcl_DictSearch
Undocumented in source.
Tcl_Dict_
struct Tcl_Dict_
Undocumented in source.
Tcl_EncodingState_
struct Tcl_EncodingState_
Undocumented in source.
Tcl_EncodingType
struct Tcl_EncodingType
Undocumented in source.
Tcl_Encoding_
struct Tcl_Encoding_
Undocumented in source.
Tcl_Event
struct Tcl_Event
Undocumented in source.
Tcl_FSVersion_
struct Tcl_FSVersion_
Undocumented in source.
Tcl_Filesystem
struct Tcl_Filesystem
Undocumented in source.
Tcl_GlobTypeData
struct Tcl_GlobTypeData
Undocumented in source.
Tcl_HashEntry
struct Tcl_HashEntry
Undocumented in source.
Tcl_HashKeyType
struct Tcl_HashKeyType
Undocumented in source.
Tcl_HashSearch
struct Tcl_HashSearch
Undocumented in source.
Tcl_HashTable
struct Tcl_HashTable
Undocumented in source.
Tcl_Interp
struct Tcl_Interp
Undocumented in source.
Tcl_InterpState_
struct Tcl_InterpState_
Undocumented in source.
Tcl_LoadHandle_
struct Tcl_LoadHandle_
Undocumented in source.
Tcl_Mutex_
struct Tcl_Mutex_
Undocumented in source.
Tcl_Namespace
struct Tcl_Namespace
Undocumented in source.
Tcl_NotifierProcs
struct Tcl_NotifierProcs
Undocumented in source.
Tcl_Obj
struct Tcl_Obj
Undocumented in source.
Tcl_ObjType
struct Tcl_ObjType
Undocumented in source.
Tcl_Parse
struct Tcl_Parse
Undocumented in source.
Tcl_Pid_
struct Tcl_Pid_
Undocumented in source.
Tcl_RegExpIndices
struct Tcl_RegExpIndices
Undocumented in source.
Tcl_RegExpInfo
struct Tcl_RegExpInfo
Undocumented in source.
Tcl_RegExp_
struct Tcl_RegExp_
Undocumented in source.
Tcl_SavedResult
struct Tcl_SavedResult
Undocumented in source.
Tcl_ThreadDataKey_
struct Tcl_ThreadDataKey_
Undocumented in source.
Tcl_ThreadId_
struct Tcl_ThreadId_
Undocumented in source.
Tcl_Time
struct Tcl_Time
Undocumented in source.
Tcl_TimerToken_
struct Tcl_TimerToken_
Undocumented in source.
Tcl_Token
struct Tcl_Token
Undocumented in source.
Tcl_Trace_
struct Tcl_Trace_
Undocumented in source.
Tcl_Value
struct Tcl_Value
Undocumented in source.
Tcl_Var_
struct Tcl_Var_
Undocumented in source.
Tcl_ZLibStream_
struct Tcl_ZLibStream_
Undocumented in source.
__stat64
struct __stat64
Undocumented in source.
_stat32i64
struct _stat32i64
Undocumented in source.
mp_int
struct mp_int
Undocumented in source.
utimbuf
struct utimbuf
Undocumented in source.

Meta

License

MIT. See LICENSE for full details.