TkStubs

Undocumented in source.
struct TkStubs {}

Members

Variables

Tk_GetDash
int function(Tcl_Interp* interp, const(char)* value, Tk_Dash* dash) nothrow Tk_GetDash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
hooks
const(TkStubHooks)* hooks;
Undocumented in source.
magic
int magic;
Undocumented in source.
reserved218
void* reserved218;
Undocumented in source.
reserved219
void* reserved219;
Undocumented in source.
tk_3DBorderColor
XColor* function(Tk_3DBorder border) nothrow tk_3DBorderColor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_3DBorderGC
GC function(Tk_Window tkwin, Tk_3DBorder border, int which) nothrow tk_3DBorderGC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_3DHorizontalBevel
void function(Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, int x, int y, int width, int height, int leftIn, int rightIn, int topBevel, int relief) nothrow tk_3DHorizontalBevel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_3DVerticalBevel
void function(Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, int x, int y, int width, int height, int leftBevel, int relief) nothrow tk_3DVerticalBevel;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_AddOption
void function(Tk_Window tkwin, const(char)* name, const(char)* value, int priority) nothrow tk_AddOption;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_Alloc3DBorderFromObj
Tk_3DBorder function(Tcl_Interp* interp, Tk_Window tkwin, Tcl_Obj* objPtr) nothrow tk_Alloc3DBorderFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_AllocBitmapFromObj
Pixmap function(Tcl_Interp* interp, Tk_Window tkwin, Tcl_Obj* objPtr) nothrow tk_AllocBitmapFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_AllocColorFromObj
XColor* function(Tcl_Interp* interp, Tk_Window tkwin, Tcl_Obj* objPtr) nothrow tk_AllocColorFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_AllocCursorFromObj
Tk_Cursor function(Tcl_Interp* interp, Tk_Window tkwin, Tcl_Obj* objPtr) nothrow tk_AllocCursorFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_AllocFontFromObj
Tk_Font function(Tcl_Interp* interp, Tk_Window tkwin, Tcl_Obj* objPtr) nothrow tk_AllocFontFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_AllocStyleFromObj
Tk_Style function(Tcl_Interp* interp, Tcl_Obj* objPtr) nothrow tk_AllocStyleFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_BindEvent
void function(Tk_BindingTable bindingTable, XEvent* eventPtr, Tk_Window tkwin, int numObjects, ClientData* objectPtr) nothrow tk_BindEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasDrawableCoords
void function(Tk_Canvas canvas, double x, double y, short* drawableXPtr, short* drawableYPtr) nothrow tk_CanvasDrawableCoords;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasEventuallyRedraw
void function(Tk_Canvas canvas, int x1, int y1, int x2, int y2) nothrow tk_CanvasEventuallyRedraw;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasGetCoord
int function(Tcl_Interp* interp, Tk_Canvas canvas, const(char)* str, double* doublePtr) nothrow tk_CanvasGetCoord;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasGetCoordFromObj
int function(Tcl_Interp* interp, Tk_Canvas canvas, Tcl_Obj* obj, double* doublePtr) nothrow tk_CanvasGetCoordFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasGetTextInfo
Tk_CanvasTextInfo* function(Tk_Canvas canvas) nothrow tk_CanvasGetTextInfo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasPsBitmap
int function(Tcl_Interp* interp, Tk_Canvas canvas, Pixmap bitmap, int x, int y, int width, int height) nothrow tk_CanvasPsBitmap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasPsColor
int function(Tcl_Interp* interp, Tk_Canvas canvas, XColor* colorPtr) nothrow tk_CanvasPsColor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasPsFont
int function(Tcl_Interp* interp, Tk_Canvas canvas, Tk_Font font) nothrow tk_CanvasPsFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasPsOutline
int function(Tk_Canvas canvas, Tk_Item* item, Tk_Outline* outline) nothrow tk_CanvasPsOutline;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasPsPath
void function(Tcl_Interp* interp, Tk_Canvas canvas, double* coordPtr, int numPoints) nothrow tk_CanvasPsPath;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasPsStipple
int function(Tcl_Interp* interp, Tk_Canvas canvas, Pixmap bitmap) nothrow tk_CanvasPsStipple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasPsY
double function(Tk_Canvas canvas, double y) nothrow tk_CanvasPsY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasSetOffset
void function(Tk_Canvas canvas, GC gc, Tk_TSOffset* offset) nothrow tk_CanvasSetOffset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasSetStippleOrigin
void function(Tk_Canvas canvas, GC gc) nothrow tk_CanvasSetStippleOrigin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasTagsParseProc
int function(ClientData clientData, Tcl_Interp* interp, Tk_Window tkwin, const(char)* value, void* widgRec, int offset) nothrow tk_CanvasTagsParseProc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasTagsPrintProc
const(char)* function(ClientData clientData, Tk_Window tkwin, void* widgRec, int offset, Tcl_FreeProc* freeProcPtr) nothrow tk_CanvasTagsPrintProc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasTkwin
Tk_Window function(Tk_Canvas canvas) nothrow tk_CanvasTkwin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CanvasWindowCoords
void function(Tk_Canvas canvas, double x, double y, short* screenXPtr, short* screenYPtr) nothrow tk_CanvasWindowCoords;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ChangeOutlineGC
int function(Tk_Canvas canvas, Tk_Item* item, Tk_Outline* outline) nothrow tk_ChangeOutlineGC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ChangeWindowAttributes
void function(Tk_Window tkwin, c_ulong valueMask, XSetWindowAttributes* attsPtr) nothrow tk_ChangeWindowAttributes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CharBbox
int function(Tk_TextLayout layout, int index, int* xPtr, int* yPtr, int* widthPtr, int* heightPtr) nothrow tk_CharBbox;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ClearSelection
void function(Tk_Window tkwin, Atom selection) nothrow tk_ClearSelection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ClipboardAppend
int function(Tcl_Interp* interp, Tk_Window tkwin, Atom target, Atom format, ubyte* buffer) nothrow tk_ClipboardAppend;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ClipboardClear
int function(Tcl_Interp* interp, Tk_Window tkwin) nothrow tk_ClipboardClear;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CollapseMotionEvents
int function(Display* display, int collapse) nothrow tk_CollapseMotionEvents;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ComputeTextLayout
Tk_TextLayout function(Tk_Font font, const(char)* str, int numChars, int wrapLength, Tk_Justify justify, int flags, int* widthPtr, int* heightPtr) nothrow tk_ComputeTextLayout;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ConfigOutlineGC
int function(XGCValues* gcValues, Tk_Canvas canvas, Tk_Item* item, Tk_Outline* outline) nothrow tk_ConfigOutlineGC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ConfigureInfo
int function(Tcl_Interp* interp, Tk_Window tkwin, const(Tk_ConfigSpec)* specs, void* widgRec, const(char)* argvName, int flags) nothrow tk_ConfigureInfo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ConfigureValue
int function(Tcl_Interp* interp, Tk_Window tkwin, const(Tk_ConfigSpec)* specs, void* widgRec, const(char)* argvName, int flags) nothrow tk_ConfigureValue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ConfigureWidget
int function(Tcl_Interp* interp, Tk_Window tkwin, const(Tk_ConfigSpec)* specs, int argc, const(char)** argv, void* widgRec, int flags) nothrow tk_ConfigureWidget;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ConfigureWindow
void function(Tk_Window tkwin, uint valueMask, XWindowChanges* valuePtr) nothrow tk_ConfigureWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CoordsToWindow
Tk_Window function(int rootX, int rootY, Tk_Window tkwin) nothrow tk_CoordsToWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateAnonymousWindow
Tk_Window function(Tcl_Interp* interp, Tk_Window parent, const(char)* screenName) nothrow tk_CreateAnonymousWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateBinding
c_ulong function(Tcl_Interp* interp, Tk_BindingTable bindingTable, ClientData object, const(char)* eventStr, const(char)* command, int append) nothrow tk_CreateBinding;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateBindingTable
Tk_BindingTable function(Tcl_Interp* interp) nothrow tk_CreateBindingTable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateClientMessageHandler
void function(Tk_ClientMessageProc proc) nothrow tk_CreateClientMessageHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateConsoleWindow
int function(Tcl_Interp* interp) nothrow tk_CreateConsoleWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateErrorHandler
Tk_ErrorHandler function(Display* display, int errNum, int request, int minorCode, Tk_ErrorProc errorProc, ClientData clientData) nothrow tk_CreateErrorHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateEventHandler
void function(Tk_Window token, c_ulong mask, Tk_EventProc proc, ClientData clientData) nothrow tk_CreateEventHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateGenericHandler
void function(Tk_GenericProc proc, ClientData clientData) nothrow tk_CreateGenericHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateImageType
void function(const(Tk_ImageType)* typePtr) nothrow tk_CreateImageType;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateItemType
void function(Tk_ItemType* typePtr) nothrow tk_CreateItemType;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateOldImageType
void function(const(Tk_ImageType)* typePtr) nothrow tk_CreateOldImageType;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateOldPhotoImageFormat
void function(const(Tk_PhotoImageFormat)* formatPtr) nothrow tk_CreateOldPhotoImageFormat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateOptionTable
Tk_OptionTable function(Tcl_Interp* interp, const(Tk_OptionSpec)* templatePtr) nothrow tk_CreateOptionTable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateOutline
void function(Tk_Outline* outline) nothrow tk_CreateOutline;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreatePhotoImageFormat
void function(const(Tk_PhotoImageFormat)* formatPtr) nothrow tk_CreatePhotoImageFormat;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateSelHandler
void function(Tk_Window tkwin, Atom selection, Atom target, Tk_SelectionProc proc, ClientData clientData, Atom format) nothrow tk_CreateSelHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateSmoothMethod
void function(Tcl_Interp* interp, const(Tk_SmoothMethod)* method) nothrow tk_CreateSmoothMethod;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateStyle
Tk_Style function(const(char)* name, Tk_StyleEngine engine, ClientData clientData) nothrow tk_CreateStyle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateWindow
Tk_Window function(Tcl_Interp* interp, Tk_Window parent, const(char)* name, const(char)* screenName) nothrow tk_CreateWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_CreateWindowFromPath
Tk_Window function(Tcl_Interp* interp, Tk_Window tkwin, const(char)* pathName, const(char)* screenName) nothrow tk_CreateWindowFromPath;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DefineBitmap
int function(Tcl_Interp* interp, const(char)* name, const(void)* source, int width, int height) nothrow tk_DefineBitmap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DefineCursor
void function(Tk_Window window, Tk_Cursor cursor) nothrow tk_DefineCursor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DeleteAllBindings
void function(Tk_BindingTable bindingTable, ClientData object) nothrow tk_DeleteAllBindings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DeleteBinding
int function(Tcl_Interp* interp, Tk_BindingTable bindingTable, ClientData object, const(char)* eventStr) nothrow tk_DeleteBinding;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DeleteBindingTable
void function(Tk_BindingTable bindingTable) nothrow tk_DeleteBindingTable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DeleteClientMessageHandler
void function(Tk_ClientMessageProc proc) nothrow tk_DeleteClientMessageHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DeleteErrorHandler
void function(Tk_ErrorHandler handler) nothrow tk_DeleteErrorHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DeleteEventHandler
void function(Tk_Window token, c_ulong mask, Tk_EventProc proc, ClientData clientData) nothrow tk_DeleteEventHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DeleteGenericHandler
void function(Tk_GenericProc proc, ClientData clientData) nothrow tk_DeleteGenericHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DeleteImage
void function(Tcl_Interp* interp, const(char)* name) nothrow tk_DeleteImage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DeleteOptionTable
void function(Tk_OptionTable optionTable) nothrow tk_DeleteOptionTable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DeleteOutline
void function(Display* display, Tk_Outline* outline) nothrow tk_DeleteOutline;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DeleteSelHandler
void function(Tk_Window tkwin, Atom selection, Atom target) nothrow tk_DeleteSelHandler;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DestroyWindow
void function(Tk_Window tkwin) nothrow tk_DestroyWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DisplayName
const(char)* function(Tk_Window tkwin) nothrow tk_DisplayName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DistanceToTextLayout
int function(Tk_TextLayout layout, int x, int y) nothrow tk_DistanceToTextLayout;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DitherPhoto
void function(Tk_PhotoHandle handle, int x, int y, int width, int height) nothrow tk_DitherPhoto;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_Draw3DPolygon
void function(Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, XPoint* pointPtr, int numPoints, int borderWidth, int leftRelief) nothrow tk_Draw3DPolygon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_Draw3DRectangle
void function(Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, int x, int y, int width, int height, int borderWidth, int relief) nothrow tk_Draw3DRectangle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DrawChars
void function(Display* display, Drawable drawable, GC gc, Tk_Font tkfont, const(char)* source, int numBytes, int x, int y) nothrow tk_DrawChars;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DrawElement
void function(Tk_Style style, Tk_StyledElement element, void* recordPtr, Tk_Window tkwin, Drawable d, int x, int y, int width, int height, int state) nothrow tk_DrawElement;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DrawFocusHighlight
void function(Tk_Window tkwin, GC gc, int width, Drawable drawable) nothrow tk_DrawFocusHighlight;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_DrawTextLayout
void function(Display* display, Drawable drawable, GC gc, Tk_TextLayout layout, int x, int y, int firstChar, int lastChar) nothrow tk_DrawTextLayout;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_Fill3DPolygon
void function(Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, XPoint* pointPtr, int numPoints, int borderWidth, int leftRelief) nothrow tk_Fill3DPolygon;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_Fill3DRectangle
void function(Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, int x, int y, int width, int height, int borderWidth, int relief) nothrow tk_Fill3DRectangle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FindPhoto
Tk_PhotoHandle function(Tcl_Interp* interp, const(char)* imageName) nothrow tk_FindPhoto;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FontId
Font function(Tk_Font font) nothrow tk_FontId;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_Free3DBorder
void function(Tk_3DBorder border) nothrow tk_Free3DBorder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_Free3DBorderFromObj
void function(Tk_Window tkwin, Tcl_Obj* objPtr) nothrow tk_Free3DBorderFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeBitmap
void function(Display* display, Pixmap bitmap) nothrow tk_FreeBitmap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeBitmapFromObj
void function(Tk_Window tkwin, Tcl_Obj* objPtr) nothrow tk_FreeBitmapFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeColor
void function(XColor* colorPtr) nothrow tk_FreeColor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeColorFromObj
void function(Tk_Window tkwin, Tcl_Obj* objPtr) nothrow tk_FreeColorFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeColormap
void function(Display* display, Colormap colormap) nothrow tk_FreeColormap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeConfigOptions
void function(void* recordPtr, Tk_OptionTable optionToken, Tk_Window tkwin) nothrow tk_FreeConfigOptions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeCursor
void function(Display* display, Tk_Cursor cursor) nothrow tk_FreeCursor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeCursorFromObj
void function(Tk_Window tkwin, Tcl_Obj* objPtr) nothrow tk_FreeCursorFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeFont
void function(Tk_Font f) nothrow tk_FreeFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeFontFromObj
void function(Tk_Window tkwin, Tcl_Obj* objPtr) nothrow tk_FreeFontFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeGC
void function(Display* display, GC gc) nothrow tk_FreeGC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeImage
void function(Tk_Image image) nothrow tk_FreeImage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeOptions
void function(const(Tk_ConfigSpec)* specs, void* widgRec, Display* display, int needFlags) nothrow tk_FreeOptions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreePixmap
void function(Display* display, Pixmap pixmap) nothrow tk_FreePixmap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeSavedOptions
void function(Tk_SavedOptions* savePtr) nothrow tk_FreeSavedOptions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeStyle
void function(Tk_Style style) nothrow tk_FreeStyle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeStyleFromObj
void function(Tcl_Obj* objPtr) nothrow tk_FreeStyleFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeTextLayout
void function(Tk_TextLayout textLayout) nothrow tk_FreeTextLayout;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_FreeXId
void function(Display* display, XID xid) nothrow tk_FreeXId;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GCForColor
GC function(XColor* colorPtr, Drawable drawable) nothrow tk_GCForColor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GeometryRequest
void function(Tk_Window tkwin, int reqWidth, int reqHeight) nothrow tk_GeometryRequest;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_Get3DBorder
Tk_3DBorder function(Tcl_Interp* interp, Tk_Window tkwin, Tk_Uid colorName) nothrow tk_Get3DBorder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_Get3DBorderFromObj
Tk_3DBorder function(Tk_Window tkwin, Tcl_Obj* objPtr) nothrow tk_Get3DBorderFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetAllBindings
void function(Tcl_Interp* interp, Tk_BindingTable bindingTable, ClientData object) nothrow tk_GetAllBindings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetAnchor
int function(Tcl_Interp* interp, const(char)* str, Tk_Anchor* anchorPtr) nothrow tk_GetAnchor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetAnchorFromObj
int function(Tcl_Interp* interp, Tcl_Obj* objPtr, Tk_Anchor* anchorPtr) nothrow tk_GetAnchorFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetAtomName
const(char)* function(Tk_Window tkwin, Atom atom) nothrow tk_GetAtomName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetBinding
const(char)* function(Tcl_Interp* interp, Tk_BindingTable bindingTable, ClientData object, const(char)* eventStr) nothrow tk_GetBinding;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetBitmap
Pixmap function(Tcl_Interp* interp, Tk_Window tkwin, const(char)* str) nothrow tk_GetBitmap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetBitmapFromData
Pixmap function(Tcl_Interp* interp, Tk_Window tkwin, const(void)* source, int width, int height) nothrow tk_GetBitmapFromData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetBitmapFromObj
Pixmap function(Tk_Window tkwin, Tcl_Obj* objPtr) nothrow tk_GetBitmapFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetCapStyle
int function(Tcl_Interp* interp, const(char)* str, int* capPtr) nothrow tk_GetCapStyle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetColor
XColor* function(Tcl_Interp* interp, Tk_Window tkwin, Tk_Uid name) nothrow tk_GetColor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetColorByValue
XColor* function(Tk_Window tkwin, XColor* colorPtr) nothrow tk_GetColorByValue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetColorFromObj
XColor* function(Tk_Window tkwin, Tcl_Obj* objPtr) nothrow tk_GetColorFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetColormap
Colormap function(Tcl_Interp* interp, Tk_Window tkwin, const(char)* str) nothrow tk_GetColormap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetCursor
Tk_Cursor function(Tcl_Interp* interp, Tk_Window tkwin, Tk_Uid str) nothrow tk_GetCursor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetCursorFromData
Tk_Cursor function(Tcl_Interp* interp, Tk_Window tkwin, const(char)* source, const(char)* mask, int width, int height, int xHot, int yHot, Tk_Uid fg, Tk_Uid bg) nothrow tk_GetCursorFromData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetCursorFromObj
Tk_Cursor function(Tk_Window tkwin, Tcl_Obj* objPtr) nothrow tk_GetCursorFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetElementBorderWidth
int function(Tk_Style style, Tk_StyledElement element, void* recordPtr, Tk_Window tkwin) nothrow tk_GetElementBorderWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetElementBox
void function(Tk_Style style, Tk_StyledElement element, void* recordPtr, Tk_Window tkwin, int x, int y, int width, int height, int inner, int* xPtr, int* yPtr, int* widthPtr, int* heightPtr) nothrow tk_GetElementBox;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetElementId
int function(const(char)* name) nothrow tk_GetElementId;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetElementSize
void function(Tk_Style style, Tk_StyledElement element, void* recordPtr, Tk_Window tkwin, int width, int height, int inner, int* widthPtr, int* heightPtr) nothrow tk_GetElementSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetFont
Tk_Font function(Tcl_Interp* interp, Tk_Window tkwin, const(char)* str) nothrow tk_GetFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetFontFromObj
Tk_Font function(Tk_Window tkwin, Tcl_Obj* objPtr) nothrow tk_GetFontFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetFontMetrics
void function(Tk_Font font, Tk_FontMetrics* fmPtr) nothrow tk_GetFontMetrics;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetGC
GC function(Tk_Window tkwin, c_ulong valueMask, XGCValues* valuePtr) nothrow tk_GetGC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetImage
Tk_Image function(Tcl_Interp* interp, Tk_Window tkwin, const(char)* name, Tk_ImageChangedProc changeProc, ClientData clientData) nothrow tk_GetImage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetImageMasterData
ClientData function(Tcl_Interp* interp, const(char)* name, const(Tk_ImageType)** typePtrPtr) nothrow tk_GetImageMasterData;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetItemTypes
Tk_ItemType* function() nothrow tk_GetItemTypes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetJoinStyle
int function(Tcl_Interp* interp, const(char)* str, int* joinPtr) nothrow tk_GetJoinStyle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetJustify
int function(Tcl_Interp* interp, const(char)* str, Tk_Justify* justifyPtr) nothrow tk_GetJustify;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetJustifyFromObj
int function(Tcl_Interp* interp, Tcl_Obj* objPtr, Tk_Justify* justifyPtr) nothrow tk_GetJustifyFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetMMFromObj
int function(Tcl_Interp* interp, Tk_Window tkwin, Tcl_Obj* objPtr, double* doublePtr) nothrow tk_GetMMFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetNumMainWindows
int function() nothrow tk_GetNumMainWindows;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetOption
Tk_Uid function(Tk_Window tkwin, const(char)* name, const(char)* className) nothrow tk_GetOption;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetOptionInfo
Tcl_Obj* function(Tcl_Interp* interp, void* recordPtr, Tk_OptionTable optionTable, Tcl_Obj* namePtr, Tk_Window tkwin) nothrow tk_GetOptionInfo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetOptionValue
Tcl_Obj* function(Tcl_Interp* interp, void* recordPtr, Tk_OptionTable optionTable, Tcl_Obj* namePtr, Tk_Window tkwin) nothrow tk_GetOptionValue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetPixels
int function(Tcl_Interp* interp, Tk_Window tkwin, const(char)* str, int* intPtr) nothrow tk_GetPixels;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetPixelsFromObj
int function(Tcl_Interp* interp, Tk_Window tkwin, Tcl_Obj* objPtr, int* intPtr) nothrow tk_GetPixelsFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetPixmap
Pixmap function(Display* display, Drawable d, int width, int height, int depth) nothrow tk_GetPixmap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetRelief
int function(Tcl_Interp* interp, const(char)* name, int* reliefPtr) nothrow tk_GetRelief;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetReliefFromObj
int function(Tcl_Interp* interp, Tcl_Obj* objPtr, int* resultPtr) nothrow tk_GetReliefFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetRootCoords
void function(Tk_Window tkwin, int* xPtr, int* yPtr) nothrow tk_GetRootCoords;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetScreenMM
int function(Tcl_Interp* interp, Tk_Window tkwin, const(char)* str, double* doublePtr) nothrow tk_GetScreenMM;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetScrollInfo
int function(Tcl_Interp* interp, int argc, const(char)** argv, double* dblPtr, int* intPtr) nothrow tk_GetScrollInfo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetScrollInfoObj
int function(Tcl_Interp* interp, int objc, const(Tcl_Obj*)[] objv, double* dblPtr, int* intPtr) nothrow tk_GetScrollInfoObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetSelection
int function(Tcl_Interp* interp, Tk_Window tkwin, Atom selection, Atom target, Tk_GetSelProc proc, ClientData clientData) nothrow tk_GetSelection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetStyle
Tk_Style function(Tcl_Interp* interp, const(char)* name) nothrow tk_GetStyle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetStyleEngine
Tk_StyleEngine function(const(char)* name) nothrow tk_GetStyleEngine;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetStyleFromObj
Tk_Style function(Tcl_Obj* objPtr) nothrow tk_GetStyleFromObj;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetStyledElement
Tk_StyledElement function(Tk_Style style, int elementId, Tk_OptionTable optionTable) nothrow tk_GetStyledElement;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetUid
Tk_Uid function(const(char)* str) nothrow tk_GetUid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetUserInactiveTime
c_long function(Display* dpy) nothrow tk_GetUserInactiveTime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetVRootGeometry
void function(Tk_Window tkwin, int* xPtr, int* yPtr, int* widthPtr, int* heightPtr) nothrow tk_GetVRootGeometry;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_GetVisual
Visual* function(Tcl_Interp* interp, Tk_Window tkwin, const(char)* str, int* depthPtr, Colormap* colormapPtr) nothrow tk_GetVisual;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_Grab
int function(Tcl_Interp* interp, Tk_Window tkwin, int grabGlobal) nothrow tk_Grab;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_HandleEvent
void function(XEvent* eventPtr) nothrow tk_HandleEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_IdToWindow
Tk_Window function(Display* display, Window window) nothrow tk_IdToWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ImageChanged
void function(Tk_ImageMaster master, int x, int y, int width, int height, int imageWidth, int imageHeight) nothrow tk_ImageChanged;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_Init
int function(Tcl_Interp* interp) nothrow tk_Init;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_InitConsoleChannels
void function(Tcl_Interp* interp) nothrow tk_InitConsoleChannels;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_InitOptions
int function(Tcl_Interp* interp, void* recordPtr, Tk_OptionTable optionToken, Tk_Window tkwin) nothrow tk_InitOptions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_InternAtom
Atom function(Tk_Window tkwin, const(char)* name) nothrow tk_InternAtom;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_Interp
Tcl_Interp* function(Tk_Window tkwin) nothrow tk_Interp;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_IntersectTextLayout
int function(Tk_TextLayout layout, int x, int y, int width, int height) nothrow tk_IntersectTextLayout;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_MainEx
void function(int argc, const(char)** argv, Tcl_AppInitProc appInitProc, Tcl_Interp* interp) nothrow tk_MainEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_MainLoop
void function() nothrow tk_MainLoop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_MainWindow
Tk_Window function(Tcl_Interp* interp) nothrow tk_MainWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_MaintainGeometry
void function(Tk_Window slave, Tk_Window master, int x, int y, int width, int height) nothrow tk_MaintainGeometry;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_MakeWindowExist
void function(Tk_Window tkwin) nothrow tk_MakeWindowExist;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ManageGeometry
void function(Tk_Window tkwin, const(Tk_GeomMgr)* mgrPtr, ClientData clientData) nothrow tk_ManageGeometry;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_MapWindow
void function(Tk_Window tkwin) nothrow tk_MapWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_MeasureChars
int function(Tk_Font tkfont, const(char)* source, int numBytes, int maxPixels, int flags, int* lengthPtr) nothrow tk_MeasureChars;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_MoveResizeWindow
void function(Tk_Window tkwin, int x, int y, int width, int height) nothrow tk_MoveResizeWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_MoveToplevelWindow
void function(Tk_Window tkwin, int x, int y) nothrow tk_MoveToplevelWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_MoveWindow
void function(Tk_Window tkwin, int x, int y) nothrow tk_MoveWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_NameOf3DBorder
const(char)* function(Tk_3DBorder border) nothrow tk_NameOf3DBorder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_NameOfAnchor
const(char)* function(Tk_Anchor anchor) nothrow tk_NameOfAnchor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_NameOfBitmap
const(char)* function(Display* display, Pixmap bitmap) nothrow tk_NameOfBitmap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_NameOfCapStyle
const(char)* function(int cap) nothrow tk_NameOfCapStyle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_NameOfColor
const(char)* function(XColor* colorPtr) nothrow tk_NameOfColor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_NameOfCursor
const(char)* function(Display* display, Tk_Cursor cursor) nothrow tk_NameOfCursor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_NameOfFont
const(char)* function(Tk_Font font) nothrow tk_NameOfFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_NameOfImage
const(char)* function(Tk_ImageMaster imageMaster) nothrow tk_NameOfImage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_NameOfJoinStyle
const(char)* function(int join) nothrow tk_NameOfJoinStyle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_NameOfJustify
const(char)* function(Tk_Justify justify) nothrow tk_NameOfJustify;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_NameOfRelief
const(char)* function(int relief) nothrow tk_NameOfRelief;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_NameOfStyle
const(char)* function(Tk_Style style) nothrow tk_NameOfStyle;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_NameToWindow
Tk_Window function(Tcl_Interp* interp, const(char)* pathName, Tk_Window tkwin) nothrow tk_NameToWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_OwnSelection
void function(Tk_Window tkwin, Atom selection, Tk_LostSelProc proc, ClientData clientData) nothrow tk_OwnSelection;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ParseArgv
int function(Tcl_Interp* interp, Tk_Window tkwin, int* argcPtr, const(char)** argv, const(Tk_ArgvInfo)* argTable, int flags) nothrow tk_ParseArgv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PhotoBlank
void function(Tk_PhotoHandle handle) nothrow tk_PhotoBlank;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PhotoExpand
int function(Tcl_Interp* interp, Tk_PhotoHandle handle, int width, int height) nothrow tk_PhotoExpand;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PhotoExpand_Panic
void function(Tk_PhotoHandle handle, int width, int height) nothrow tk_PhotoExpand_Panic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PhotoGetImage
int function(Tk_PhotoHandle handle, Tk_PhotoImageBlock* blockPtr) nothrow tk_PhotoGetImage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PhotoGetSize
void function(Tk_PhotoHandle handle, int* widthPtr, int* heightPtr) nothrow tk_PhotoGetSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PhotoPutBlock
int function(Tcl_Interp* interp, Tk_PhotoHandle handle, Tk_PhotoImageBlock* blockPtr, int x, int y, int width, int height, int compRule) nothrow tk_PhotoPutBlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PhotoPutBlock_NoComposite
void function(Tk_PhotoHandle handle, Tk_PhotoImageBlock* blockPtr, int x, int y, int width, int height) nothrow tk_PhotoPutBlock_NoComposite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PhotoPutBlock_Panic
void function(Tk_PhotoHandle handle, Tk_PhotoImageBlock* blockPtr, int x, int y, int width, int height, int compRule) nothrow tk_PhotoPutBlock_Panic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PhotoPutZoomedBlock
int function(Tcl_Interp* interp, Tk_PhotoHandle handle, Tk_PhotoImageBlock* blockPtr, int x, int y, int width, int height, int zoomX, int zoomY, int subsampleX, int subsampleY, int compRule) nothrow tk_PhotoPutZoomedBlock;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PhotoPutZoomedBlock_NoComposite
void function(Tk_PhotoHandle handle, Tk_PhotoImageBlock* blockPtr, int x, int y, int width, int height, int zoomX, int zoomY, int subsampleX, int subsampleY) nothrow tk_PhotoPutZoomedBlock_NoComposite;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PhotoPutZoomedBlock_Panic
void function(Tk_PhotoHandle handle, Tk_PhotoImageBlock* blockPtr, int x, int y, int width, int height, int zoomX, int zoomY, int subsampleX, int subsampleY, int compRule) nothrow tk_PhotoPutZoomedBlock_Panic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PhotoSetSize
int function(Tcl_Interp* interp, Tk_PhotoHandle handle, int width, int height) nothrow tk_PhotoSetSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PhotoSetSize_Panic
void function(Tk_PhotoHandle handle, int width, int height) nothrow tk_PhotoSetSize_Panic;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PointToChar
int function(Tk_TextLayout layout, int x, int y) nothrow tk_PointToChar;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PostscriptBitmap
int function(Tcl_Interp* interp, Tk_Window tkwin, Tk_PostscriptInfo psInfo, Pixmap bitmap, int startX, int startY, int width, int height) nothrow tk_PostscriptBitmap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PostscriptColor
int function(Tcl_Interp* interp, Tk_PostscriptInfo psInfo, XColor* colorPtr) nothrow tk_PostscriptColor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PostscriptFont
int function(Tcl_Interp* interp, Tk_PostscriptInfo psInfo, Tk_Font font) nothrow tk_PostscriptFont;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PostscriptFontName
int function(Tk_Font tkfont, Tcl_DString* dsPtr) nothrow tk_PostscriptFontName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PostscriptImage
int function(Tk_Image image, Tcl_Interp* interp, Tk_Window tkwin, Tk_PostscriptInfo psinfo, int x, int y, int width, int height, int prepass) nothrow tk_PostscriptImage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PostscriptPath
void function(Tcl_Interp* interp, Tk_PostscriptInfo psInfo, double* coordPtr, int numPoints) nothrow tk_PostscriptPath;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PostscriptPhoto
int function(Tcl_Interp* interp, Tk_PhotoImageBlock* blockPtr, Tk_PostscriptInfo psInfo, int width, int height) nothrow tk_PostscriptPhoto;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PostscriptStipple
int function(Tcl_Interp* interp, Tk_Window tkwin, Tk_PostscriptInfo psInfo, Pixmap bitmap) nothrow tk_PostscriptStipple;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PostscriptY
double function(double y, Tk_PostscriptInfo psInfo) nothrow tk_PostscriptY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_PreserveColormap
void function(Display* display, Colormap colormap) nothrow tk_PreserveColormap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_QueueWindowEvent
void function(XEvent* eventPtr, Tcl_QueuePosition position) nothrow tk_QueueWindowEvent;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_RedrawImage
void function(Tk_Image image, int imageX, int imageY, int width, int height, Drawable drawable, int drawableX, int drawableY) nothrow tk_RedrawImage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_RegisterStyleEngine
Tk_StyleEngine function(const(char)* name, Tk_StyleEngine parent) nothrow tk_RegisterStyleEngine;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_RegisterStyledElement
int function(Tk_StyleEngine engine, Tk_ElementSpec* templatePtr) nothrow tk_RegisterStyledElement;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ResetOutlineGC
int function(Tk_Canvas canvas, Tk_Item* item, Tk_Outline* outline) nothrow tk_ResetOutlineGC;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ResetUserInactiveTime
void function(Display* dpy) nothrow tk_ResetUserInactiveTime;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_ResizeWindow
void function(Tk_Window tkwin, int width, int height) nothrow tk_ResizeWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_RestackWindow
int function(Tk_Window tkwin, int aboveBelow, Tk_Window other) nothrow tk_RestackWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_RestoreSavedOptions
void function(Tk_SavedOptions* savePtr) nothrow tk_RestoreSavedOptions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_RestrictEvents
Tk_RestrictProc function(Tk_RestrictProc proc, ClientData arg, ClientData* prevArgPtr) nothrow tk_RestrictEvents;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SafeInit
int function(Tcl_Interp* interp) nothrow tk_SafeInit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetAppName
const(char)* function(Tk_Window tkwin, const(char)* name) nothrow tk_SetAppName;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetBackgroundFromBorder
void function(Tk_Window tkwin, Tk_3DBorder border) nothrow tk_SetBackgroundFromBorder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetCaretPos
void function(Tk_Window tkwin, int x, int y, int height) nothrow tk_SetCaretPos;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetClass
void function(Tk_Window tkwin, const(char)* className) nothrow tk_SetClass;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetClassProcs
void function(Tk_Window tkwin, const(Tk_ClassProcs)* procs, ClientData instanceData) nothrow tk_SetClassProcs;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetGrid
void function(Tk_Window tkwin, int reqWidth, int reqHeight, int gridWidth, int gridHeight) nothrow tk_SetGrid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetInternalBorder
void function(Tk_Window tkwin, int width) nothrow tk_SetInternalBorder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetInternalBorderEx
void function(Tk_Window tkwin, int left, int right, int top, int bottom) nothrow tk_SetInternalBorderEx;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetMinimumRequestSize
void function(Tk_Window tkwin, int minWidth, int minHeight) nothrow tk_SetMinimumRequestSize;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetOptions
int function(Tcl_Interp* interp, void* recordPtr, Tk_OptionTable optionTable, int objc, const(Tcl_Obj*)[] objv, Tk_Window tkwin, Tk_SavedOptions* savePtr, int* maskPtr) nothrow tk_SetOptions;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetTSOrigin
void function(Tk_Window tkwin, GC gc, int x, int y) nothrow tk_SetTSOrigin;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetWindowBackground
void function(Tk_Window tkwin, c_ulong pixel) nothrow tk_SetWindowBackground;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetWindowBackgroundPixmap
void function(Tk_Window tkwin, Pixmap pixmap) nothrow tk_SetWindowBackgroundPixmap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetWindowBorder
void function(Tk_Window tkwin, c_ulong pixel) nothrow tk_SetWindowBorder;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetWindowBorderPixmap
void function(Tk_Window tkwin, Pixmap pixmap) nothrow tk_SetWindowBorderPixmap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetWindowBorderWidth
void function(Tk_Window tkwin, int width) nothrow tk_SetWindowBorderWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetWindowColormap
void function(Tk_Window tkwin, Colormap colormap) nothrow tk_SetWindowColormap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SetWindowVisual
int function(Tk_Window tkwin, Visual* visual, int depth, Colormap colormap) nothrow tk_SetWindowVisual;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SizeOfBitmap
void function(Display* display, Pixmap bitmap, int* widthPtr, int* heightPtr) nothrow tk_SizeOfBitmap;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_SizeOfImage
void function(Tk_Image image, int* widthPtr, int* heightPtr) nothrow tk_SizeOfImage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_StrictMotif
int function(Tk_Window tkwin) nothrow tk_StrictMotif;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_TextLayoutToPostscript
void function(Tcl_Interp* interp, Tk_TextLayout layout) nothrow tk_TextLayoutToPostscript;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_TextWidth
int function(Tk_Font font, const(char)* str, int numBytes) nothrow tk_TextWidth;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_UndefineCursor
void function(Tk_Window window) nothrow tk_UndefineCursor;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_UnderlineChars
void function(Display* display, Drawable drawable, GC gc, Tk_Font tkfont, const(char)* source, int x, int y, int firstByte, int lastByte) nothrow tk_UnderlineChars;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_UnderlineTextLayout
void function(Display* display, Drawable drawable, GC gc, Tk_TextLayout layout, int x, int y, int underline) nothrow tk_UnderlineTextLayout;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_Ungrab
void function(Tk_Window tkwin) nothrow tk_Ungrab;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_UnmaintainGeometry
void function(Tk_Window slave, Tk_Window master) nothrow tk_UnmaintainGeometry;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_UnmapWindow
void function(Tk_Window tkwin) nothrow tk_UnmapWindow;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_UnsetGrid
void function(Tk_Window tkwin) nothrow tk_UnsetGrid;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
tk_UpdatePointer
void function(Tk_Window tkwin, int x, int y, int state) nothrow tk_UpdatePointer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta