tcltk.tkdecls

D bindings to Tcl/Tk

Members

Functions

Tk_3DBorderColor
XColor* Tk_3DBorderColor(Tk_3DBorder border)
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 Tk_3DBorderGC(Tk_Window tkwin, Tk_3DBorder border, int which)
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 Tk_3DHorizontalBevel(Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, int x, int y, int width, int height, int leftIn, int rightIn, int topBevel, int relief)
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 Tk_3DVerticalBevel(Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, int x, int y, int width, int height, int leftBevel, int relief)
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 Tk_AddOption(Tk_Window tkwin, const(char)* name, const(char)* value, int priority)
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 Tk_Alloc3DBorderFromObj(Tcl_Interp* interp, Tk_Window tkwin, Tcl_Obj* objPtr)
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 Tk_AllocBitmapFromObj(Tcl_Interp* interp, Tk_Window tkwin, Tcl_Obj* objPtr)
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* Tk_AllocColorFromObj(Tcl_Interp* interp, Tk_Window tkwin, Tcl_Obj* objPtr)
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 Tk_AllocCursorFromObj(Tcl_Interp* interp, Tk_Window tkwin, Tcl_Obj* objPtr)
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 Tk_AllocFontFromObj(Tcl_Interp* interp, Tk_Window tkwin, Tcl_Obj* objPtr)
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 Tk_AllocStyleFromObj(Tcl_Interp* interp, Tcl_Obj* objPtr)
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 Tk_BindEvent(Tk_BindingTable bindingTable, XEvent* eventPtr, Tk_Window tkwin, int numObjects, ClientData* objectPtr)
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 Tk_CanvasDrawableCoords(Tk_Canvas canvas, double x, double y, short* drawableXPtr, short* drawableYPtr)
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 Tk_CanvasEventuallyRedraw(Tk_Canvas canvas, int x1, int y1, int x2, int y2)
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 Tk_CanvasGetCoord(Tcl_Interp* interp, Tk_Canvas canvas, const(char)* str, double* doublePtr)
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 Tk_CanvasGetCoordFromObj(Tcl_Interp* interp, Tk_Canvas canvas, Tcl_Obj* obj, double* doublePtr)
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* Tk_CanvasGetTextInfo(Tk_Canvas canvas)
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 Tk_CanvasPsBitmap(Tcl_Interp* interp, Tk_Canvas canvas, Pixmap bitmap, int x, int y, int width, int height)
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 Tk_CanvasPsColor(Tcl_Interp* interp, Tk_Canvas canvas, XColor* colorPtr)
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 Tk_CanvasPsFont(Tcl_Interp* interp, Tk_Canvas canvas, Tk_Font font)
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 Tk_CanvasPsOutline(Tk_Canvas canvas, Tk_Item* item, Tk_Outline* outline)
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 Tk_CanvasPsPath(Tcl_Interp* interp, Tk_Canvas canvas, double* coordPtr, int numPoints)
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 Tk_CanvasPsStipple(Tcl_Interp* interp, Tk_Canvas canvas, Pixmap bitmap)
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 Tk_CanvasPsY(Tk_Canvas canvas, double y)
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 Tk_CanvasSetOffset(Tk_Canvas canvas, GC gc, Tk_TSOffset* offset)
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 Tk_CanvasSetStippleOrigin(Tk_Canvas canvas, GC gc)
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 Tk_CanvasTagsParseProc(ClientData clientData, Tcl_Interp* interp, Tk_Window tkwin, const(char)* value, void* widgRec, int offset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tk_CanvasTagsPrintProc
void* Tk_CanvasTagsPrintProc(ClientData clientData, Tk_Window tkwin, void* widgRec, int offset, Tcl_FreeProc* freeProcPtr)
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 Tk_CanvasTkwin(Tk_Canvas canvas)
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 Tk_CanvasWindowCoords(Tk_Canvas canvas, double x, double y, short* screenXPtr, short* screenYPtr)
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 Tk_ChangeOutlineGC(Tk_Canvas canvas, Tk_Item* item, Tk_Outline* outline)
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 Tk_ChangeWindowAttributes(Tk_Window tkwin, c_ulong valueMask, XSetWindowAttributes* attsPtr)
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 Tk_CharBbox(Tk_TextLayout layout, int index, int* xPtr, int* yPtr, int* widthPtr, int* heightPtr)
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 Tk_ClearSelection(Tk_Window tkwin, Atom selection)
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 Tk_ClipboardAppend(Tcl_Interp* interp, Tk_Window tkwin, Atom target, Atom format, ubyte* buffer)
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 Tk_ClipboardClear(Tcl_Interp* interp, Tk_Window tkwin)
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 Tk_CollapseMotionEvents(Display* display, int collapse)
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 Tk_ComputeTextLayout(Tk_Font font, const(char)* str, int numChars, int wrapLength, Tk_Justify justify, int flags, int* widthPtr, int* heightPtr)
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 Tk_ConfigOutlineGC(XGCValues* gcValues, Tk_Canvas canvas, Tk_Item* item, Tk_Outline* outline)
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 Tk_ConfigureInfo(Tcl_Interp* interp, Tk_Window tkwin, Tk_ConfigSpec* specs, void* widgRec, const(char)* argvName, int flags)
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 Tk_ConfigureValue(Tcl_Interp* interp, Tk_Window tkwin, Tk_ConfigSpec* specs, void* widgRec, const(char)* argvName, int flags)
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 Tk_ConfigureWidget(Tcl_Interp* interp, Tk_Window tkwin, Tk_ConfigSpec* specs, int argc, const(char)** argv, void* widgRec, int flags)
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 Tk_ConfigureWindow(Tk_Window tkwin, uint valueMask, XWindowChanges* valuePtr)
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 Tk_CoordsToWindow(int rootX, int rootY, Tk_Window tkwin)
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 Tk_CreateAnonymousWindow(Tcl_Interp* interp, Tk_Window parent, const(char)* screenName)
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 Tk_CreateBinding(Tcl_Interp* interp, Tk_BindingTable bindingTable, ClientData object, const(char)* eventStr, const(char)* command, int append)
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 Tk_CreateBindingTable(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.
Tk_CreateClientMessageHandler
void Tk_CreateClientMessageHandler(Tk_ClientMessageProc proc)
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 Tk_CreateConsoleWindow(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.
Tk_CreateErrorHandler
Tk_ErrorHandler Tk_CreateErrorHandler(Display* display, int errNum, int request, int minorCode, Tk_ErrorProc errorProc, ClientData clientData)
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 Tk_CreateEventHandler(Tk_Window token, c_ulong mask, Tk_EventProc proc, ClientData clientData)
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 Tk_CreateGenericHandler(Tk_GenericProc proc, ClientData clientData)
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 Tk_CreateImageType(Tk_ImageType* typePtr)
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 Tk_CreateItemType(Tk_ItemType* typePtr)
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 Tk_CreateOldImageType(Tk_ImageType* typePtr)
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 Tk_CreateOldPhotoImageFormat(Tk_PhotoImageFormat* formatPtr)
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 Tk_CreateOptionTable(Tcl_Interp* interp, const(Tk_OptionSpec)* templatePtr)
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 Tk_CreateOutline(Tk_Outline* outline)
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 Tk_CreatePhotoImageFormat(Tk_PhotoImageFormat* formatPtr)
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 Tk_CreateSelHandler(Tk_Window tkwin, Atom selection, Atom target, Tk_SelectionProc proc, ClientData clientData, Atom format)
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 Tk_CreateSmoothMethod(Tcl_Interp* interp, Tk_SmoothMethod* method)
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 Tk_CreateStyle(const(char)* name, Tk_StyleEngine engine, ClientData clientData)
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 Tk_CreateWindow(Tcl_Interp* interp, Tk_Window parent, const(char)* name, const(char)* screenName)
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 Tk_CreateWindowFromPath(Tcl_Interp* interp, Tk_Window tkwin, const(char)* pathName, const(char)* screenName)
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 Tk_DefineBitmap(Tcl_Interp* interp, const(char)* name, const(char)* source, int width, int height)
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 Tk_DefineCursor(Tk_Window window, Tk_Cursor cursor)
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 Tk_DeleteAllBindings(Tk_BindingTable bindingTable, ClientData object)
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 Tk_DeleteBinding(Tcl_Interp* interp, Tk_BindingTable bindingTable, ClientData object, const(char)* eventStr)
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 Tk_DeleteBindingTable(Tk_BindingTable bindingTable)
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 Tk_DeleteClientMessageHandler(Tk_ClientMessageProc proc)
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 Tk_DeleteErrorHandler(Tk_ErrorHandler handler)
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 Tk_DeleteEventHandler(Tk_Window token, c_ulong mask, Tk_EventProc proc, ClientData clientData)
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 Tk_DeleteGenericHandler(Tk_GenericProc proc, ClientData clientData)
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 Tk_DeleteImage(Tcl_Interp* interp, const(char)* name)
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 Tk_DeleteOptionTable(Tk_OptionTable optionTable)
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 Tk_DeleteOutline(Display* display, Tk_Outline* outline)
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 Tk_DeleteSelHandler(Tk_Window tkwin, Atom selection, Atom target)
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 Tk_DestroyWindow(Tk_Window tkwin)
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)* Tk_DisplayName(Tk_Window tkwin)
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 Tk_DistanceToTextLayout(Tk_TextLayout layout, int x, int y)
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 Tk_DitherPhoto(Tk_PhotoHandle handle, int x, int y, int width, int height)
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 Tk_Draw3DPolygon(Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, XPoint* pointPtr, int numPoints, int borderWidth, int leftRelief)
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 Tk_Draw3DRectangle(Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, int x, int y, int width, int height, int borderWidth, int relief)
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 Tk_DrawChars(Display* display, Drawable drawable, GC gc, Tk_Font tkfont, const(char)* source, int numBytes, int x, int y)
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 Tk_DrawElement(Tk_Style style, Tk_StyledElement element, void* recordPtr, Tk_Window tkwin, Drawable d, int x, int y, int width, int height, int state)
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 Tk_DrawFocusHighlight(Tk_Window tkwin, GC gc, int width, Drawable drawable)
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 Tk_DrawTextLayout(Display* display, Drawable drawable, GC gc, Tk_TextLayout layout, int x, int y, int firstChar, int lastChar)
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 Tk_Fill3DPolygon(Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, XPoint* pointPtr, int numPoints, int borderWidth, int leftRelief)
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 Tk_Fill3DRectangle(Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, int x, int y, int width, int height, int borderWidth, int relief)
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 Tk_FindPhoto(Tcl_Interp* interp, const(char)* imageName)
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 Tk_FontId(Tk_Font font)
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 Tk_Free3DBorder(Tk_3DBorder border)
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 Tk_Free3DBorderFromObj(Tk_Window tkwin, Tcl_Obj* objPtr)
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 Tk_FreeBitmap(Display* display, Pixmap bitmap)
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 Tk_FreeBitmapFromObj(Tk_Window tkwin, Tcl_Obj* objPtr)
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 Tk_FreeColor(XColor* colorPtr)
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 Tk_FreeColorFromObj(Tk_Window tkwin, Tcl_Obj* objPtr)
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 Tk_FreeColormap(Display* display, Colormap colormap)
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 Tk_FreeConfigOptions(void* recordPtr, Tk_OptionTable optionToken, Tk_Window tkwin)
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 Tk_FreeCursor(Display* display, Tk_Cursor cursor)
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 Tk_FreeCursorFromObj(Tk_Window tkwin, Tcl_Obj* objPtr)
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 Tk_FreeFont(Tk_Font f)
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 Tk_FreeFontFromObj(Tk_Window tkwin, Tcl_Obj* objPtr)
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 Tk_FreeGC(Display* display, GC gc)
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 Tk_FreeImage(Tk_Image image)
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 Tk_FreeOptions(Tk_ConfigSpec* specs, void* widgRec, Display* display, int needFlags)
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 Tk_FreePixmap(Display* display, Pixmap pixmap)
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 Tk_FreeSavedOptions(Tk_SavedOptions* savePtr)
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 Tk_FreeStyle(Tk_Style style)
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 Tk_FreeStyleFromObj(Tcl_Obj* objPtr)
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 Tk_FreeTextLayout(Tk_TextLayout textLayout)
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 Tk_FreeXId(Display* display, XID xid)
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 Tk_GCForColor(XColor* colorPtr, Drawable drawable)
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 Tk_GeometryRequest(Tk_Window tkwin, int reqWidth, int reqHeight)
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 Tk_Get3DBorder(Tcl_Interp* interp, Tk_Window tkwin, Tk_Uid colorName)
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 Tk_Get3DBorderFromObj(Tk_Window tkwin, Tcl_Obj* objPtr)
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 Tk_GetAllBindings(Tcl_Interp* interp, Tk_BindingTable bindingTable, ClientData object)
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 Tk_GetAnchor(Tcl_Interp* interp, const(char)* str, Tk_Anchor* anchorPtr)
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 Tk_GetAnchorFromObj(Tcl_Interp* interp, Tcl_Obj* objPtr, Tk_Anchor* anchorPtr)
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)* Tk_GetAtomName(Tk_Window tkwin, Atom atom)
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)* Tk_GetBinding(Tcl_Interp* interp, Tk_BindingTable bindingTable, ClientData object, const(char)* eventStr)
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 Tk_GetBitmap(Tcl_Interp* interp, Tk_Window tkwin, const(char)* str)
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 Tk_GetBitmapFromData(Tcl_Interp* interp, Tk_Window tkwin, const(char)* source, int width, int height)
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 Tk_GetBitmapFromObj(Tk_Window tkwin, Tcl_Obj* objPtr)
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 Tk_GetCapStyle(Tcl_Interp* interp, const(char)* str, int* capPtr)
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* Tk_GetColor(Tcl_Interp* interp, Tk_Window tkwin, Tk_Uid name)
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* Tk_GetColorByValue(Tk_Window tkwin, XColor* colorPtr)
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* Tk_GetColorFromObj(Tk_Window tkwin, Tcl_Obj* objPtr)
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 Tk_GetColormap(Tcl_Interp* interp, Tk_Window tkwin, const(char)* str)
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 Tk_GetCursor(Tcl_Interp* interp, Tk_Window tkwin, Tk_Uid str)
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 Tk_GetCursorFromData(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)
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 Tk_GetCursorFromObj(Tk_Window tkwin, Tcl_Obj* objPtr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
Tk_GetDash
int Tk_GetDash(Tcl_Interp* interp, const(char)* value, Tk_Dash* dash)
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 Tk_GetElementBorderWidth(Tk_Style style, Tk_StyledElement element, void* recordPtr, Tk_Window tkwin)
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 Tk_GetElementBox(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)
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 Tk_GetElementId(const(char)* name)
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 Tk_GetElementSize(Tk_Style style, Tk_StyledElement element, void* recordPtr, Tk_Window tkwin, int width, int height, int inner, int* widthPtr, int* heightPtr)
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 Tk_GetFont(Tcl_Interp* interp, Tk_Window tkwin, const(char)* str)
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 Tk_GetFontFromObj(Tk_Window tkwin, Tcl_Obj* objPtr)
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 Tk_GetFontMetrics(Tk_Font font, Tk_FontMetrics* fmPtr)
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 Tk_GetGC(Tk_Window tkwin, c_ulong valueMask, XGCValues* valuePtr)
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 Tk_GetImage(Tcl_Interp* interp, Tk_Window tkwin, const(char)* name, Tk_ImageChangedProc changeProc, ClientData clientData)
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 Tk_GetImageMasterData(Tcl_Interp* interp, const(char)* name, Tk_ImageType** typePtrPtr)
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* 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 Tk_GetJoinStyle(Tcl_Interp* interp, const(char)* str, int* joinPtr)
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 Tk_GetJustify(Tcl_Interp* interp, const(char)* str, Tk_Justify* justifyPtr)
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 Tk_GetJustifyFromObj(Tcl_Interp* interp, Tcl_Obj* objPtr, Tk_Justify* justifyPtr)
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 Tk_GetMMFromObj(Tcl_Interp* interp, Tk_Window tkwin, Tcl_Obj* objPtr, double* doublePtr)
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 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 Tk_GetOption(Tk_Window tkwin, const(char)* name, const(char)* className)
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* Tk_GetOptionInfo(Tcl_Interp* interp, void* recordPtr, Tk_OptionTable optionTable, Tcl_Obj* namePtr, Tk_Window tkwin)
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* Tk_GetOptionValue(Tcl_Interp* interp, void* recordPtr, Tk_OptionTable optionTable, Tcl_Obj* namePtr, Tk_Window tkwin)
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 Tk_GetPixels(Tcl_Interp* interp, Tk_Window tkwin, const(char)* str, int* intPtr)
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 Tk_GetPixelsFromObj(Tcl_Interp* interp, Tk_Window tkwin, Tcl_Obj* objPtr, int* intPtr)
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 Tk_GetPixmap(Display* display, Drawable d, int width, int height, int depth)
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 Tk_GetRelief(Tcl_Interp* interp, const(char)* name, int* reliefPtr)
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 Tk_GetReliefFromObj(Tcl_Interp* interp, Tcl_Obj* objPtr, int* resultPtr)
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 Tk_GetRootCoords(Tk_Window tkwin, int* xPtr, int* yPtr)
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 Tk_GetScreenMM(Tcl_Interp* interp, Tk_Window tkwin, const(char)* str, double* doublePtr)
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 Tk_GetScrollInfo(Tcl_Interp* interp, int argc, const(char)** argv, double* dblPtr, int* intPtr)
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 Tk_GetScrollInfoObj(Tcl_Interp* interp, int objc, const(Tcl_Obj*)[] objv, double* dblPtr, int* intPtr)
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 Tk_GetSelection(Tcl_Interp* interp, Tk_Window tkwin, Atom selection, Atom target, Tk_GetSelProc proc, ClientData clientData)
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 Tk_GetStyle(Tcl_Interp* interp, const(char)* name)
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 Tk_GetStyleEngine(const(char)* name)
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 Tk_GetStyleFromObj(Tcl_Obj* objPtr)
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 Tk_GetStyledElement(Tk_Style style, int elementId, Tk_OptionTable optionTable)
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 Tk_GetUid(const(char)* str)
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 Tk_GetUserInactiveTime(Display* dpy)
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 Tk_GetVRootGeometry(Tk_Window tkwin, int* xPtr, int* yPtr, int* widthPtr, int* heightPtr)
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* Tk_GetVisual(Tcl_Interp* interp, Tk_Window tkwin, const(char)* str, int* depthPtr, Colormap* colormapPtr)
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 Tk_Grab(Tcl_Interp* interp, Tk_Window tkwin, int grabGlobal)
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 Tk_HandleEvent(XEvent* eventPtr)
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 Tk_IdToWindow(Display* display, Window window)
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 Tk_ImageChanged(Tk_ImageMaster master, int x, int y, int width, int height, int imageWidth, int imageHeight)
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 Tk_Init(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.
Tk_InitConsoleChannels
void Tk_InitConsoleChannels(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.
Tk_InitOptions
int Tk_InitOptions(Tcl_Interp* interp, void* recordPtr, Tk_OptionTable optionToken, Tk_Window tkwin)
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 Tk_InternAtom(Tk_Window tkwin, const(char)* name)
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* Tk_Interp(Tk_Window tkwin)
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 Tk_IntersectTextLayout(Tk_TextLayout layout, int x, int y, int width, int height)
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 Tk_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.
Tk_MainLoop
void 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 Tk_MainWindow(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.
Tk_MaintainGeometry
void Tk_MaintainGeometry(Tk_Window slave, Tk_Window master, int x, int y, int width, int height)
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 Tk_MakeWindowExist(Tk_Window tkwin)
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 Tk_ManageGeometry(Tk_Window tkwin, const(Tk_GeomMgr)* mgrPtr, ClientData clientData)
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 Tk_MapWindow(Tk_Window tkwin)
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 Tk_MeasureChars(Tk_Font tkfont, const(char)* source, int numBytes, int maxPixels, int flags, int* lengthPtr)
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 Tk_MoveResizeWindow(Tk_Window tkwin, int x, int y, int width, int height)
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 Tk_MoveToplevelWindow(Tk_Window tkwin, int x, int y)
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 Tk_MoveWindow(Tk_Window tkwin, int x, int y)
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)* Tk_NameOf3DBorder(Tk_3DBorder border)
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)* Tk_NameOfAnchor(Tk_Anchor anchor)
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)* Tk_NameOfBitmap(Display* display, Pixmap bitmap)
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)* Tk_NameOfCapStyle(int cap)
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)* Tk_NameOfColor(XColor* colorPtr)
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)* Tk_NameOfCursor(Display* display, Tk_Cursor cursor)
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)* Tk_NameOfFont(Tk_Font font)
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)* Tk_NameOfImage(Tk_ImageMaster imageMaster)
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)* Tk_NameOfJoinStyle(int join)
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)* Tk_NameOfJustify(Tk_Justify justify)
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)* Tk_NameOfRelief(int relief)
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)* Tk_NameOfStyle(Tk_Style style)
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 Tk_NameToWindow(Tcl_Interp* interp, const(char)* pathName, Tk_Window tkwin)
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 Tk_OwnSelection(Tk_Window tkwin, Atom selection, Tk_LostSelProc proc, ClientData clientData)
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 Tk_ParseArgv(Tcl_Interp* interp, Tk_Window tkwin, int* argcPtr, const(char)** argv, Tk_ArgvInfo* argTable, int flags)
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 Tk_PhotoBlank(Tk_PhotoHandle handle)
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 Tk_PhotoExpand(Tcl_Interp* interp, Tk_PhotoHandle handle, int width, int height)
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 Tk_PhotoExpand_Panic(Tk_PhotoHandle handle, int width, int height)
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 Tk_PhotoGetImage(Tk_PhotoHandle handle, Tk_PhotoImageBlock* blockPtr)
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 Tk_PhotoGetSize(Tk_PhotoHandle handle, int* widthPtr, int* heightPtr)
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 Tk_PhotoPutBlock(Tcl_Interp* interp, Tk_PhotoHandle handle, Tk_PhotoImageBlock* blockPtr, int x, int y, int width, int height, int compRule)
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 Tk_PhotoPutBlock_NoComposite(Tk_PhotoHandle handle, Tk_PhotoImageBlock* blockPtr, int x, int y, int width, int height)
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 Tk_PhotoPutBlock_Panic(Tk_PhotoHandle handle, Tk_PhotoImageBlock* blockPtr, int x, int y, int width, int height, int compRule)
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 Tk_PhotoPutZoomedBlock(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)
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 Tk_PhotoPutZoomedBlock_NoComposite(Tk_PhotoHandle handle, Tk_PhotoImageBlock* blockPtr, int x, int y, int width, int height, int zoomX, int zoomY, int subsampleX, int subsampleY)
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 Tk_PhotoPutZoomedBlock_Panic(Tk_PhotoHandle handle, Tk_PhotoImageBlock* blockPtr, int x, int y, int width, int height, int zoomX, int zoomY, int subsampleX, int subsampleY, int compRule)
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 Tk_PhotoSetSize(Tcl_Interp* interp, Tk_PhotoHandle handle, int width, int height)
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 Tk_PhotoSetSize_Panic(Tk_PhotoHandle handle, int width, int height)
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 Tk_PointToChar(Tk_TextLayout layout, int x, int y)
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 Tk_PostscriptBitmap(Tcl_Interp* interp, Tk_Window tkwin, Tk_PostscriptInfo psInfo, Pixmap bitmap, int startX, int startY, int width, int height)
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 Tk_PostscriptColor(Tcl_Interp* interp, Tk_PostscriptInfo psInfo, XColor* colorPtr)
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 Tk_PostscriptFont(Tcl_Interp* interp, Tk_PostscriptInfo psInfo, Tk_Font font)
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 Tk_PostscriptFontName(Tk_Font tkfont, 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.
Tk_PostscriptImage
int Tk_PostscriptImage(Tk_Image image, Tcl_Interp* interp, Tk_Window tkwin, Tk_PostscriptInfo psinfo, int x, int y, int width, int height, int prepass)
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 Tk_PostscriptPath(Tcl_Interp* interp, Tk_PostscriptInfo psInfo, double* coordPtr, int numPoints)
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 Tk_PostscriptPhoto(Tcl_Interp* interp, Tk_PhotoImageBlock* blockPtr, Tk_PostscriptInfo psInfo, int width, int height)
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 Tk_PostscriptStipple(Tcl_Interp* interp, Tk_Window tkwin, Tk_PostscriptInfo psInfo, Pixmap bitmap)
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 Tk_PostscriptY(double y, Tk_PostscriptInfo psInfo)
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 Tk_PreserveColormap(Display* display, Colormap colormap)
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 Tk_QueueWindowEvent(XEvent* eventPtr, Tcl_QueuePosition position)
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 Tk_RedrawImage(Tk_Image image, int imageX, int imageY, int width, int height, Drawable drawable, int drawableX, int drawableY)
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 Tk_RegisterStyleEngine(const(char)* name, Tk_StyleEngine parent)
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 Tk_RegisterStyledElement(Tk_StyleEngine engine, Tk_ElementSpec* templatePtr)
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 Tk_ResetOutlineGC(Tk_Canvas canvas, Tk_Item* item, Tk_Outline* outline)
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 Tk_ResetUserInactiveTime(Display* dpy)
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 Tk_ResizeWindow(Tk_Window tkwin, int width, int height)
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 Tk_RestackWindow(Tk_Window tkwin, int aboveBelow, Tk_Window other)
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 Tk_RestoreSavedOptions(Tk_SavedOptions* savePtr)
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 Tk_RestrictEvents(Tk_RestrictProc proc, ClientData arg, ClientData* prevArgPtr)
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 Tk_SafeInit(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.
Tk_SetAppName
const(char)* Tk_SetAppName(Tk_Window tkwin, const(char)* name)
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 Tk_SetBackgroundFromBorder(Tk_Window tkwin, Tk_3DBorder border)
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 Tk_SetCaretPos(Tk_Window tkwin, int x, int y, int height)
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 Tk_SetClass(Tk_Window tkwin, const(char)* className)
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 Tk_SetClassProcs(Tk_Window tkwin, Tk_ClassProcs* procs, ClientData instanceData)
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 Tk_SetGrid(Tk_Window tkwin, int reqWidth, int reqHeight, int gridWidth, int gridHeight)
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 Tk_SetInternalBorder(Tk_Window tkwin, int width)
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 Tk_SetInternalBorderEx(Tk_Window tkwin, int left, int right, int top, int bottom)
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 Tk_SetMinimumRequestSize(Tk_Window tkwin, int minWidth, int minHeight)
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 Tk_SetOptions(Tcl_Interp* interp, void* recordPtr, Tk_OptionTable optionTable, int objc, const(Tcl_Obj*)[] objv, Tk_Window tkwin, Tk_SavedOptions* savePtr, int* maskPtr)
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 Tk_SetTSOrigin(Tk_Window tkwin, GC gc, int x, int y)
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 Tk_SetWindowBackground(Tk_Window tkwin, c_ulong pixel)
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 Tk_SetWindowBackgroundPixmap(Tk_Window tkwin, Pixmap pixmap)
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 Tk_SetWindowBorder(Tk_Window tkwin, c_ulong pixel)
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 Tk_SetWindowBorderPixmap(Tk_Window tkwin, Pixmap pixmap)
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 Tk_SetWindowBorderWidth(Tk_Window tkwin, int width)
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 Tk_SetWindowColormap(Tk_Window tkwin, Colormap colormap)
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 Tk_SetWindowVisual(Tk_Window tkwin, Visual* visual, int depth, Colormap colormap)
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 Tk_SizeOfBitmap(Display* display, Pixmap bitmap, int* widthPtr, int* heightPtr)
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 Tk_SizeOfImage(Tk_Image image, int* widthPtr, int* heightPtr)
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 Tk_StrictMotif(Tk_Window tkwin)
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 Tk_TextLayoutToPostscript(Tcl_Interp* interp, Tk_TextLayout layout)
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 Tk_TextWidth(Tk_Font font, const(char)* str, int numBytes)
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 Tk_UndefineCursor(Tk_Window window)
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 Tk_UnderlineChars(Display* display, Drawable drawable, GC gc, Tk_Font tkfont, const(char)* source, int x, int y, int firstByte, int lastByte)
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 Tk_UnderlineTextLayout(Display* display, Drawable drawable, GC gc, Tk_TextLayout layout, int x, int y, int underline)
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 Tk_Ungrab(Tk_Window tkwin)
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 Tk_UnmaintainGeometry(Tk_Window slave, Tk_Window master)
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 Tk_UnmapWindow(Tk_Window tkwin)
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 Tk_UnsetGrid(Tk_Window tkwin)
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 Tk_UpdatePointer(Tk_Window tkwin, int x, int y, int state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

TkIntPlatStubs
struct TkIntPlatStubs
Undocumented in source.
TkIntStubs
struct TkIntStubs
Undocumented in source.
TkIntXlibStubs
struct TkIntXlibStubs
Undocumented in source.
TkPlatStubs
struct TkPlatStubs
Undocumented in source.
TkStubHooks
struct TkStubHooks
Undocumented in source.
TkStubs
struct TkStubs
Undocumented in source.

Variables

tkStubsPtr
TkStubs* tkStubsPtr;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

License

MIT. See LICENSE for full details.