TclPlatStubs

Undocumented in source.

Members

Variables

hooks
void* hooks;
Undocumented in source.
magic
int magic;
Undocumented in source.
tcl_MacOSXOpenBundleResources
int function(Tcl_Interp* interp, const(char)* bundleName, int hasResourceFile, int maxPathLen, const(char)* libraryPath) nothrow tcl_MacOSXOpenBundleResources;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tcl_MacOSXOpenVersionedBundleResources
int function(Tcl_Interp* interp, const(char)* bundleName, const(char)* bundleVersion, int hasResourceFile, int maxPathLen, const(char)* libraryPath) nothrow tcl_MacOSXOpenVersionedBundleResources;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tcl_WinTCharToUtf
const(char)* function(const(wchar_t)* str, int len, Tcl_DString* dsPtr) nothrow tcl_WinTCharToUtf;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tcl_WinUtfToTChar
const(wchar_t)* function(const(char)* str, int len, Tcl_DString* dsPtr) nothrow tcl_WinUtfToTChar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta