TkStubs Struct Reference

#include <tkDecls.h>

Collaboration diagram for TkStubs:

Collaboration graph
[legend]

Public Member Functions

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

Data Fields

int magic
TkStubHookshooks
void * reserved218
void * reserved219

Detailed Description

Definition at line 927 of file tkDecls.h.


Member Function Documentation

void tk_MainLoop _ANSI_ARGS_ (void)   ) 
 

XColor* tk_3DBorderColor _ANSI_ARGS_ (Tk_3DBorder border)   ) 
 

GC tk_3DBorderGC _ANSI_ARGS_ (Tk_Window tkwin, Tk_3DBorder border, int which)   ) 
 

void tk_3DHorizontalBevel _ANSI_ARGS_ (Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, int x, int y, int width, int height, int leftIn, int rightIn, int topBevel, int relief)   ) 
 

void tk_3DVerticalBevel _ANSI_ARGS_ (Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, int x, int y, int width, int height, int leftBevel, int relief)   ) 
 

void tk_AddOption _ANSI_ARGS_ (Tk_Window tkwin, CONST char *name, CONST char *value, int priority)   ) 
 

void tk_BindEvent _ANSI_ARGS_ (Tk_BindingTable bindingTable, XEvent *eventPtr, Tk_Window tkwin, int numObjects, ClientData *objectPtr)   ) 
 

void tk_CanvasDrawableCoords _ANSI_ARGS_ (Tk_Canvas canvas, double x, double y, short *drawableXPtr, short *drawableYPtr)   ) 
 

void tk_CanvasEventuallyRedraw _ANSI_ARGS_ (Tk_Canvas canvas, int x1, int y1, int x2, int y2)   ) 
 

int tk_CanvasGetCoord _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Canvas canvas, CONST char *str, double *doublePtr)   ) 
 

Tk_CanvasTextInfo* tk_CanvasGetTextInfo _ANSI_ARGS_ (Tk_Canvas canvas)   ) 
 

int tk_CanvasPsBitmap _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Canvas canvas, Pixmap bitmap, int x, int y, int width, int height  ) 
 

int tk_CanvasPsColor _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Canvas canvas, XColor *colorPtr)   ) 
 

int tk_CanvasPsFont _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Canvas canvas, Tk_Font font)   ) 
 

void tk_CanvasPsPath _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Canvas canvas, double *coordPtr, int numPoints)   ) 
 

int tk_CanvasPsStipple _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Canvas canvas, Pixmap bitmap)   ) 
 

double tk_CanvasPsY _ANSI_ARGS_ (Tk_Canvas canvas, double y  ) 
 

void tk_CanvasSetStippleOrigin _ANSI_ARGS_ (Tk_Canvas canvas, GC gc)   ) 
 

int tk_CanvasTagsParseProc _ANSI_ARGS_ (ClientData clientData, Tcl_Interp *interp, Tk_Window tkwin, CONST char *value, char *widgRec, int offset  ) 
 

char* tk_CanvasTagsPrintProc _ANSI_ARGS_ (ClientData clientData, Tk_Window tkwin, char *widgRec, int offset, Tcl_FreeProc **freeProcPtr)   ) 
 

Tk_Window tk_CanvasTkwin _ANSI_ARGS_ (Tk_Canvas canvas)   ) 
 

void tk_CanvasWindowCoords _ANSI_ARGS_ (Tk_Canvas canvas, double x, double y, short *screenXPtr, short *screenYPtr)   ) 
 

void tk_ChangeWindowAttributes _ANSI_ARGS_ (Tk_Window tkwin, unsigned long valueMask, XSetWindowAttributes *attsPtr)   ) 
 

int tk_CharBbox _ANSI_ARGS_ (Tk_TextLayout layout, int index, int *xPtr, int *yPtr, int *widthPtr, int *heightPtr  ) 
 

void tk_ClearSelection _ANSI_ARGS_ (Tk_Window tkwin, Atom selection)   ) 
 

int tk_ClipboardAppend _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Atom target, Atom format, char *buffer  ) 
 

int tk_ClipboardClear _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin  ) 
 

int tk_ConfigureInfo _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Tk_ConfigSpec *specs, char *widgRec, CONST char *argvName, int flags  ) 
 

int tk_ConfigureValue _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Tk_ConfigSpec *specs, char *widgRec, CONST char *argvName, int flags  ) 
 

int tk_ConfigureWidget _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Tk_ConfigSpec *specs, int argc, CONST84 char **argv, char *widgRec, int flags  ) 
 

void tk_ConfigureWindow _ANSI_ARGS_ (Tk_Window tkwin, unsigned int valueMask, XWindowChanges *valuePtr)   ) 
 

Tk_TextLayout tk_ComputeTextLayout _ANSI_ARGS_ (Tk_Font font, CONST char *str, int numChars, int wrapLength, Tk_Justify justify, int flags, int *widthPtr, int *heightPtr  ) 
 

Tk_Window tk_CoordsToWindow _ANSI_ARGS_ (int rootX, int rootY, Tk_Window tkwin  ) 
 

unsigned long tk_CreateBinding _ANSI_ARGS_ (Tcl_Interp *interp, Tk_BindingTable bindingTable, ClientData object, CONST char *eventStr, CONST char *command, int append)   ) 
 

Tk_BindingTable tk_CreateBindingTable _ANSI_ARGS_ (Tcl_Interp *interp  ) 
 

Tk_ErrorHandler tk_CreateErrorHandler _ANSI_ARGS_ (Display *display, int errNum, int request, int minorCode, Tk_ErrorProc *errorProc, ClientData clientData  ) 
 

void tk_CreateEventHandler _ANSI_ARGS_ (Tk_Window token, unsigned long mask, Tk_EventProc *proc, ClientData clientData  ) 
 

void tk_CreateGenericHandler _ANSI_ARGS_ (Tk_GenericProc *proc, ClientData clientData  ) 
 

void tk_CreateImageType _ANSI_ARGS_ (Tk_ImageType *typePtr  ) 
 

void tk_CreateItemType _ANSI_ARGS_ (Tk_ItemType *typePtr  ) 
 

void tk_CreatePhotoImageFormat _ANSI_ARGS_ (Tk_PhotoImageFormat *formatPtr)   ) 
 

void tk_CreateSelHandler _ANSI_ARGS_ (Tk_Window tkwin, Atom selection, Atom target, Tk_SelectionProc *proc, ClientData clientData, Atom format  ) 
 

Tk_Window tk_CreateWindow _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window parent, CONST char *name, CONST char *screenName)   ) 
 

Tk_Window tk_CreateWindowFromPath _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, CONST char *pathName, CONST char *screenName)   ) 
 

int tk_DefineBitmap _ANSI_ARGS_ (Tcl_Interp *interp, CONST char *name, CONST char *source, int width, int height  ) 
 

void tk_DefineCursor _ANSI_ARGS_ (Tk_Window window, Tk_Cursor cursor)   ) 
 

void tk_DeleteAllBindings _ANSI_ARGS_ (Tk_BindingTable bindingTable, ClientData object)   ) 
 

int tk_DeleteBinding _ANSI_ARGS_ (Tcl_Interp *interp, Tk_BindingTable bindingTable, ClientData object, CONST char *eventStr)   ) 
 

void tk_DeleteBindingTable _ANSI_ARGS_ (Tk_BindingTable bindingTable)   ) 
 

void tk_DeleteErrorHandler _ANSI_ARGS_ (Tk_ErrorHandler handler)   ) 
 

void tk_DeleteEventHandler _ANSI_ARGS_ (Tk_Window token, unsigned long mask, Tk_EventProc *proc, ClientData clientData  ) 
 

void tk_DeleteGenericHandler _ANSI_ARGS_ (Tk_GenericProc *proc, ClientData clientData  ) 
 

void tk_DeleteImage _ANSI_ARGS_ (Tcl_Interp *interp, CONST char *name  ) 
 

void tk_DeleteSelHandler _ANSI_ARGS_ (Tk_Window tkwin, Atom selection, Atom target)   ) 
 

void tk_DestroyWindow _ANSI_ARGS_ (Tk_Window tkwin  ) 
 

CONST84_RETURN char* tk_DisplayName _ANSI_ARGS_ (Tk_Window tkwin  ) 
 

int tk_DistanceToTextLayout _ANSI_ARGS_ (Tk_TextLayout layout, int x, int y  ) 
 

void tk_Draw3DPolygon _ANSI_ARGS_ (Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, XPoint *pointPtr, int numPoints, int borderWidth, int leftRelief)   ) 
 

void tk_Draw3DRectangle _ANSI_ARGS_ (Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, int x, int y, int width, int height, int borderWidth, int relief)   ) 
 

void tk_DrawChars _ANSI_ARGS_ (Display *display, Drawable drawable, GC gc, Tk_Font tkfont, CONST char *source, int numBytes, int x, int y  ) 
 

void tk_DrawFocusHighlight _ANSI_ARGS_ (Tk_Window tkwin, GC gc, int width, Drawable drawable  ) 
 

void tk_DrawTextLayout _ANSI_ARGS_ (Display *display, Drawable drawable, GC gc, Tk_TextLayout layout, int x, int y, int firstChar, int lastChar)   ) 
 

void tk_Fill3DPolygon _ANSI_ARGS_ (Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, XPoint *pointPtr, int numPoints, int borderWidth, int leftRelief)   ) 
 

void tk_Fill3DRectangle _ANSI_ARGS_ (Tk_Window tkwin, Drawable drawable, Tk_3DBorder border, int x, int y, int width, int height, int borderWidth, int relief)   ) 
 

Tk_PhotoHandle tk_FindPhoto _ANSI_ARGS_ (Tcl_Interp *interp, CONST char *imageName)   ) 
 

Font tk_FontId _ANSI_ARGS_ (Tk_Font font)   ) 
 

void tk_Free3DBorder _ANSI_ARGS_ (Tk_3DBorder border)   ) 
 

void tk_FreeBitmap _ANSI_ARGS_ (Display *display, Pixmap bitmap)   ) 
 

void tk_FreeColor _ANSI_ARGS_ (XColor *colorPtr)   ) 
 

void tk_FreeColormap _ANSI_ARGS_ (Display *display, Colormap colormap)   ) 
 

void tk_FreeCursor _ANSI_ARGS_ (Display *display, Tk_Cursor cursor)   ) 
 

void tk_FreeFont _ANSI_ARGS_ (Tk_Font f)   ) 
 

void tk_FreeGC _ANSI_ARGS_ (Display *display, GC gc)   ) 
 

void tk_FreeImage _ANSI_ARGS_ (Tk_Image image  ) 
 

void tk_FreeOptions _ANSI_ARGS_ (Tk_ConfigSpec *specs, char *widgRec, Display *display, int needFlags)   ) 
 

void tk_FreePixmap _ANSI_ARGS_ (Display *display, Pixmap pixmap)   ) 
 

void tk_FreeTextLayout _ANSI_ARGS_ (Tk_TextLayout textLayout)   ) 
 

void tk_FreeXId _ANSI_ARGS_ (Display *display, XID xid)   ) 
 

GC tk_GCForColor _ANSI_ARGS_ (XColor *colorPtr, Drawable drawable  ) 
 

void tk_GeometryRequest _ANSI_ARGS_ (Tk_Window tkwin, int reqWidth, int reqHeight)   ) 
 

Tk_3DBorder tk_Get3DBorder _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Tk_Uid colorName)   ) 
 

void tk_GetAllBindings _ANSI_ARGS_ (Tcl_Interp *interp, Tk_BindingTable bindingTable, ClientData object)   ) 
 

int tk_GetAnchor _ANSI_ARGS_ (Tcl_Interp *interp, CONST char *str, Tk_Anchor *anchorPtr)   ) 
 

CONST84_RETURN char* tk_GetAtomName _ANSI_ARGS_ (Tk_Window tkwin, Atom atom)   ) 
 

CONST84_RETURN char* tk_GetBinding _ANSI_ARGS_ (Tcl_Interp *interp, Tk_BindingTable bindingTable, ClientData object, CONST char *eventStr)   ) 
 

Pixmap tk_GetBitmap _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, CONST char *str)   ) 
 

Pixmap tk_GetBitmapFromData _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, CONST char *source, int width, int height  ) 
 

int tk_GetCapStyle _ANSI_ARGS_ (Tcl_Interp *interp, CONST char *str, int *capPtr)   ) 
 

XColor* tk_GetColor _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Tk_Uid name  ) 
 

XColor* tk_GetColorByValue _ANSI_ARGS_ (Tk_Window tkwin, XColor *colorPtr)   ) 
 

Colormap tk_GetColormap _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, CONST char *str)   ) 
 

Tk_Cursor tk_GetCursor _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Tk_Uid str)   ) 
 

Tk_Cursor tk_GetCursorFromData _ANSI_ARGS_ (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)   ) 
 

Tk_Font tk_GetFont _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, CONST char *str)   ) 
 

Tk_Font tk_GetFontFromObj _ANSI_ARGS_ (Tk_Window tkwin, Tcl_Obj *objPtr  ) 
 

void tk_GetFontMetrics _ANSI_ARGS_ (Tk_Font font, Tk_FontMetrics *fmPtr)   ) 
 

GC tk_GetGC _ANSI_ARGS_ (Tk_Window tkwin, unsigned long valueMask, XGCValues *valuePtr)   ) 
 

Tk_Image tk_GetImage _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, CONST char *name, Tk_ImageChangedProc *changeProc, ClientData clientData  ) 
 

ClientData tk_GetImageMasterData _ANSI_ARGS_ (Tcl_Interp *interp, CONST char *name, Tk_ImageType **typePtrPtr)   ) 
 

Tk_ItemType* tk_GetItemTypes _ANSI_ARGS_ (void)   ) 
 

int tk_GetJoinStyle _ANSI_ARGS_ (Tcl_Interp *interp, CONST char *str, int *joinPtr)   ) 
 

int tk_GetJustify _ANSI_ARGS_ (Tcl_Interp *interp, CONST char *str, Tk_Justify *justifyPtr)   ) 
 

int tk_GetNumMainWindows _ANSI_ARGS_ (void)   ) 
 

Tk_Uid tk_GetOption _ANSI_ARGS_ (Tk_Window tkwin, CONST char *name, CONST char *className)   ) 
 

int tk_GetPixels _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, CONST char *str, int *intPtr)   ) 
 

Pixmap tk_GetPixmap _ANSI_ARGS_ (Display *display, Drawable d, int width, int height, int depth)   ) 
 

int tk_GetRelief _ANSI_ARGS_ (Tcl_Interp *interp, CONST char *name, int *reliefPtr)   ) 
 

void tk_GetRootCoords _ANSI_ARGS_ (Tk_Window tkwin, int *xPtr, int *yPtr  ) 
 

int tk_GetScrollInfo _ANSI_ARGS_ (Tcl_Interp *interp, int argc, CONST84 char **argv, double *dblPtr, int *intPtr)   ) 
 

int tk_GetScreenMM _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, CONST char *str, double *doublePtr)   ) 
 

int tk_GetSelection _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Atom selection, Atom target, Tk_GetSelProc *proc, ClientData clientData  ) 
 

Tk_Uid tk_GetUid _ANSI_ARGS_ (CONST char *str)   ) 
 

Visual* tk_GetVisual _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, CONST char *str, int *depthPtr, Colormap *colormapPtr)   ) 
 

void tk_GetVRootGeometry _ANSI_ARGS_ (Tk_Window tkwin, int *xPtr, int *yPtr, int *widthPtr, int *heightPtr  ) 
 

int tk_Grab _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, int grabGlobal)   ) 
 

void tk_HandleEvent _ANSI_ARGS_ (XEvent *eventPtr  ) 
 

Tk_Window tk_IdToWindow _ANSI_ARGS_ (Display *display, Window window)   ) 
 

void tk_ImageChanged _ANSI_ARGS_ (Tk_ImageMaster master, int x, int y, int width, int height, int imageWidth, int imageHeight  ) 
 

int tk_Init _ANSI_ARGS_ (Tcl_Interp *interp  ) 
 

Atom tk_InternAtom _ANSI_ARGS_ (Tk_Window tkwin, CONST char *name  ) 
 

int tk_IntersectTextLayout _ANSI_ARGS_ (Tk_TextLayout layout, int x, int y, int width, int height  ) 
 

void tk_MaintainGeometry _ANSI_ARGS_ (Tk_Window slave, Tk_Window master, int x, int y, int width, int height  ) 
 

Tk_Window tk_MainWindow _ANSI_ARGS_ (Tcl_Interp *interp  ) 
 

void tk_MakeWindowExist _ANSI_ARGS_ (Tk_Window tkwin  ) 
 

void tk_ManageGeometry _ANSI_ARGS_ (Tk_Window tkwin, Tk_GeomMgr *mgrPtr, ClientData clientData  ) 
 

void tk_MapWindow _ANSI_ARGS_ (Tk_Window tkwin  ) 
 

int tk_MeasureChars _ANSI_ARGS_ (Tk_Font tkfont, CONST char *source, int numBytes, int maxPixels, int flags, int *lengthPtr)   ) 
 

void tk_MoveResizeWindow _ANSI_ARGS_ (Tk_Window tkwin, int x, int y, int width, int height  ) 
 

void tk_MoveWindow _ANSI_ARGS_ (Tk_Window tkwin, int x, int y  ) 
 

void tk_MoveToplevelWindow _ANSI_ARGS_ (Tk_Window tkwin, int x, int y  ) 
 

CONST84_RETURN char* tk_NameOf3DBorder _ANSI_ARGS_ (Tk_3DBorder border)   ) 
 

CONST84_RETURN char* tk_NameOfAnchor _ANSI_ARGS_ (Tk_Anchor anchor)   ) 
 

CONST84_RETURN char* tk_NameOfBitmap _ANSI_ARGS_ (Display *display, Pixmap bitmap)   ) 
 

CONST84_RETURN char* tk_NameOfCapStyle _ANSI_ARGS_ (int cap)   ) 
 

CONST84_RETURN char* tk_NameOfColor _ANSI_ARGS_ (XColor *colorPtr)   ) 
 

CONST84_RETURN char* tk_NameOfCursor _ANSI_ARGS_ (Display *display, Tk_Cursor cursor)   ) 
 

CONST84_RETURN char* tk_NameOfFont _ANSI_ARGS_ (Tk_Font font)   ) 
 

CONST84_RETURN char* tk_NameOfImage _ANSI_ARGS_ (Tk_ImageMaster imageMaster)   ) 
 

CONST84_RETURN char* tk_NameOfJoinStyle _ANSI_ARGS_ (int join)   ) 
 

CONST84_RETURN char* tk_NameOfJustify _ANSI_ARGS_ (Tk_Justify justify)   ) 
 

CONST84_RETURN char* tk_NameOfRelief _ANSI_ARGS_ (int relief)   ) 
 

Tk_Window tk_NameToWindow _ANSI_ARGS_ (Tcl_Interp *interp, CONST char *pathName, Tk_Window tkwin  ) 
 

void tk_OwnSelection _ANSI_ARGS_ (Tk_Window tkwin, Atom selection, Tk_LostSelProc *proc, ClientData clientData  ) 
 

int tk_ParseArgv _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, int *argcPtr, CONST84 char **argv, Tk_ArgvInfo *argTable, int flags  ) 
 

void tk_PhotoPutBlock_NoComposite _ANSI_ARGS_ (Tk_PhotoHandle handle, Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height  ) 
 

void tk_PhotoPutZoomedBlock_NoComposite _ANSI_ARGS_ (Tk_PhotoHandle handle, Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height, int zoomX, int zoomY, int subsampleX, int subsampleY)   ) 
 

int tk_PhotoGetImage _ANSI_ARGS_ (Tk_PhotoHandle handle, Tk_PhotoImageBlock *blockPtr  ) 
 

void tk_PhotoBlank _ANSI_ARGS_ (Tk_PhotoHandle handle)   ) 
 

void tk_PhotoExpand _ANSI_ARGS_ (Tk_PhotoHandle handle, int width, int height  ) 
 

void tk_PhotoGetSize _ANSI_ARGS_ (Tk_PhotoHandle handle, int *widthPtr, int *heightPtr  ) 
 

void tk_PhotoSetSize _ANSI_ARGS_ (Tk_PhotoHandle handle, int width, int height  ) 
 

int tk_PointToChar _ANSI_ARGS_ (Tk_TextLayout layout, int x, int y  ) 
 

int tk_PostscriptFontName _ANSI_ARGS_ (Tk_Font tkfont, Tcl_DString *dsPtr  ) 
 

void tk_PreserveColormap _ANSI_ARGS_ (Display *display, Colormap colormap)   ) 
 

void tk_QueueWindowEvent _ANSI_ARGS_ (XEvent *eventPtr, Tcl_QueuePosition position)   ) 
 

void tk_RedrawImage _ANSI_ARGS_ (Tk_Image image, int imageX, int imageY, int width, int height, Drawable drawable, int drawableX, int drawableY  ) 
 

void tk_ResizeWindow _ANSI_ARGS_ (Tk_Window tkwin, int width, int height  ) 
 

int tk_RestackWindow _ANSI_ARGS_ (Tk_Window tkwin, int aboveBelow, Tk_Window other)   ) 
 

Tk_RestrictProc* tk_RestrictEvents _ANSI_ARGS_ (Tk_RestrictProc *proc, ClientData arg, ClientData *prevArgPtr)   ) 
 

int tk_SafeInit _ANSI_ARGS_ (Tcl_Interp *interp  ) 
 

CONST char* tk_SetAppName _ANSI_ARGS_ (Tk_Window tkwin, CONST char *name  ) 
 

void tk_SetBackgroundFromBorder _ANSI_ARGS_ (Tk_Window tkwin, Tk_3DBorder border)   ) 
 

void tk_SetClass _ANSI_ARGS_ (Tk_Window tkwin, CONST char *className)   ) 
 

void tk_SetGrid _ANSI_ARGS_ (Tk_Window tkwin, int reqWidth, int reqHeight, int gridWidth, int gridHeight)   ) 
 

void tk_SetInternalBorder _ANSI_ARGS_ (Tk_Window tkwin, int width  ) 
 

void tk_SetWindowBackground _ANSI_ARGS_ (Tk_Window tkwin, unsigned long pixel)   ) 
 

void tk_SetWindowBackgroundPixmap _ANSI_ARGS_ (Tk_Window tkwin, Pixmap pixmap)   ) 
 

void tk_SetWindowBorder _ANSI_ARGS_ (Tk_Window tkwin, unsigned long pixel)   ) 
 

void tk_SetWindowBorderWidth _ANSI_ARGS_ (Tk_Window tkwin, int width  ) 
 

void tk_SetWindowBorderPixmap _ANSI_ARGS_ (Tk_Window tkwin, Pixmap pixmap)   ) 
 

void tk_SetWindowColormap _ANSI_ARGS_ (Tk_Window tkwin, Colormap colormap)   ) 
 

int tk_SetWindowVisual _ANSI_ARGS_ (Tk_Window tkwin, Visual *visual, int depth, Colormap colormap)   ) 
 

void tk_SizeOfBitmap _ANSI_ARGS_ (Display *display, Pixmap bitmap, int *widthPtr, int *heightPtr  ) 
 

void tk_SizeOfImage _ANSI_ARGS_ (Tk_Image image, int *widthPtr, int *heightPtr  ) 
 

int tk_StrictMotif _ANSI_ARGS_ (Tk_Window tkwin  ) 
 

void tk_TextLayoutToPostscript _ANSI_ARGS_ (Tcl_Interp *interp, Tk_TextLayout layout)   ) 
 

int tk_TextWidth _ANSI_ARGS_ (Tk_Font font, CONST char *str, int numBytes)   ) 
 

void tk_UndefineCursor _ANSI_ARGS_ (Tk_Window window)   ) 
 

void tk_UnderlineChars _ANSI_ARGS_ (Display *display, Drawable drawable, GC gc, Tk_Font tkfont, CONST char *source, int x, int y, int firstByte, int lastByte)   ) 
 

void tk_UnderlineTextLayout _ANSI_ARGS_ (Display *display, Drawable drawable, GC gc, Tk_TextLayout layout, int x, int y, int underline)   ) 
 

void tk_Ungrab _ANSI_ARGS_ (Tk_Window tkwin  ) 
 

void tk_UnmaintainGeometry _ANSI_ARGS_ (Tk_Window slave, Tk_Window master  ) 
 

void tk_UnmapWindow _ANSI_ARGS_ (Tk_Window tkwin  ) 
 

void tk_UnsetGrid _ANSI_ARGS_ (Tk_Window tkwin  ) 
 

void tk_UpdatePointer _ANSI_ARGS_ (Tk_Window tkwin, int x, int y, int state  ) 
 

Pixmap tk_AllocBitmapFromObj _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Tcl_Obj *objPtr  ) 
 

Tk_3DBorder tk_Alloc3DBorderFromObj _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Tcl_Obj *objPtr  ) 
 

XColor* tk_AllocColorFromObj _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Tcl_Obj *objPtr  ) 
 

Tk_Cursor tk_AllocCursorFromObj _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Tcl_Obj *objPtr  ) 
 

Tk_Font tk_AllocFontFromObj _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Tcl_Obj *objPtr  ) 
 

Tk_OptionTable tk_CreateOptionTable _ANSI_ARGS_ (Tcl_Interp *interp, CONST Tk_OptionSpec *templatePtr)   ) 
 

void tk_DeleteOptionTable _ANSI_ARGS_ (Tk_OptionTable optionTable)   ) 
 

void tk_Free3DBorderFromObj _ANSI_ARGS_ (Tk_Window tkwin, Tcl_Obj *objPtr  ) 
 

void tk_FreeBitmapFromObj _ANSI_ARGS_ (Tk_Window tkwin, Tcl_Obj *objPtr  ) 
 

void tk_FreeColorFromObj _ANSI_ARGS_ (Tk_Window tkwin, Tcl_Obj *objPtr  ) 
 

void tk_FreeConfigOptions _ANSI_ARGS_ (char *recordPtr, Tk_OptionTable optionToken, Tk_Window tkwin  ) 
 

void tk_FreeSavedOptions _ANSI_ARGS_ (Tk_SavedOptions *savePtr)   ) 
 

void tk_FreeCursorFromObj _ANSI_ARGS_ (Tk_Window tkwin, Tcl_Obj *objPtr  ) 
 

void tk_FreeFontFromObj _ANSI_ARGS_ (Tk_Window tkwin, Tcl_Obj *objPtr  ) 
 

Tk_3DBorder tk_Get3DBorderFromObj _ANSI_ARGS_ (Tk_Window tkwin, Tcl_Obj *objPtr  ) 
 

int tk_GetAnchorFromObj _ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Obj *objPtr, Tk_Anchor *anchorPtr)   ) 
 

Pixmap tk_GetBitmapFromObj _ANSI_ARGS_ (Tk_Window tkwin, Tcl_Obj *objPtr  ) 
 

XColor* tk_GetColorFromObj _ANSI_ARGS_ (Tk_Window tkwin, Tcl_Obj *objPtr  ) 
 

Tk_Cursor tk_GetCursorFromObj _ANSI_ARGS_ (Tk_Window tkwin, Tcl_Obj *objPtr  ) 
 

Tcl_Obj* tk_GetOptionInfo _ANSI_ARGS_ (Tcl_Interp *interp, char *recordPtr, Tk_OptionTable optionTable, Tcl_Obj *namePtr, Tk_Window tkwin  ) 
 

Tcl_Obj* tk_GetOptionValue _ANSI_ARGS_ (Tcl_Interp *interp, char *recordPtr, Tk_OptionTable optionTable, Tcl_Obj *namePtr, Tk_Window tkwin  ) 
 

int tk_GetJustifyFromObj _ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Obj *objPtr, Tk_Justify *justifyPtr)   ) 
 

int tk_GetMMFromObj _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Tcl_Obj *objPtr, double *doublePtr)   ) 
 

int tk_GetPixelsFromObj _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Tcl_Obj *objPtr, int *intPtr)   ) 
 

int tk_GetReliefFromObj _ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Obj *objPtr, int *resultPtr  ) 
 

int tk_GetScrollInfoObj _ANSI_ARGS_ (Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], double *dblPtr, int *intPtr)   ) 
 

int tk_InitOptions _ANSI_ARGS_ (Tcl_Interp *interp, char *recordPtr, Tk_OptionTable optionToken, Tk_Window tkwin  ) 
 

void tk_MainEx _ANSI_ARGS_ (int argc, char **argv, Tcl_AppInitProc *appInitProc, Tcl_Interp *interp  ) 
 

void tk_RestoreSavedOptions _ANSI_ARGS_ (Tk_SavedOptions *savePtr)   ) 
 

int tk_SetOptions _ANSI_ARGS_ (Tcl_Interp *interp, char *recordPtr, Tk_OptionTable optionTable, int objc, Tcl_Obj *CONST objv[], Tk_Window tkwin, Tk_SavedOptions *savePtr, int *maskPtr)   ) 
 

void tk_InitConsoleChannels _ANSI_ARGS_ (Tcl_Interp *interp  ) 
 

int tk_CreateConsoleWindow _ANSI_ARGS_ (Tcl_Interp *interp  ) 
 

void tk_CreateSmoothMethod _ANSI_ARGS_ (Tcl_Interp *interp, Tk_SmoothMethod *method  ) 
 

int tk_GetDash _ANSI_ARGS_ (Tcl_Interp *interp, CONST char *value, Tk_Dash *dash)   ) 
 

void tk_CreateOutline _ANSI_ARGS_ (Tk_Outline *outline)   ) 
 

void tk_DeleteOutline _ANSI_ARGS_ (Display *display, Tk_Outline *outline)   ) 
 

int tk_ConfigOutlineGC _ANSI_ARGS_ (XGCValues *gcValues, Tk_Canvas canvas, Tk_Item *item, Tk_Outline *outline)   ) 
 

int tk_ChangeOutlineGC _ANSI_ARGS_ (Tk_Canvas canvas, Tk_Item *item, Tk_Outline *outline)   ) 
 

int tk_ResetOutlineGC _ANSI_ARGS_ (Tk_Canvas canvas, Tk_Item *item, Tk_Outline *outline)   ) 
 

int tk_CanvasPsOutline _ANSI_ARGS_ (Tk_Canvas canvas, Tk_Item *item, Tk_Outline *outline)   ) 
 

void tk_SetTSOrigin _ANSI_ARGS_ (Tk_Window tkwin, GC gc, int x, int y  ) 
 

int tk_CanvasGetCoordFromObj _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Canvas canvas, Tcl_Obj *obj, double *doublePtr)   ) 
 

void tk_CanvasSetOffset _ANSI_ARGS_ (Tk_Canvas canvas, GC gc, Tk_TSOffset *offset  ) 
 

void tk_DitherPhoto _ANSI_ARGS_ (Tk_PhotoHandle handle, int x, int y, int width, int height  ) 
 

int tk_PostscriptBitmap _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Tk_PostscriptInfo psInfo, Pixmap bitmap, int startX, int startY, int width, int height  ) 
 

int tk_PostscriptColor _ANSI_ARGS_ (Tcl_Interp *interp, Tk_PostscriptInfo psInfo, XColor *colorPtr)   ) 
 

int tk_PostscriptFont _ANSI_ARGS_ (Tcl_Interp *interp, Tk_PostscriptInfo psInfo, Tk_Font font)   ) 
 

int tk_PostscriptImage _ANSI_ARGS_ (Tk_Image image, Tcl_Interp *interp, Tk_Window tkwin, Tk_PostscriptInfo psinfo, int x, int y, int width, int height, int prepass  ) 
 

void tk_PostscriptPath _ANSI_ARGS_ (Tcl_Interp *interp, Tk_PostscriptInfo psInfo, double *coordPtr, int numPoints)   ) 
 

int tk_PostscriptStipple _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window tkwin, Tk_PostscriptInfo psInfo, Pixmap bitmap)   ) 
 

double tk_PostscriptY _ANSI_ARGS_ (double y, Tk_PostscriptInfo psInfo)   ) 
 

int tk_PostscriptPhoto _ANSI_ARGS_ (Tcl_Interp *interp, Tk_PhotoImageBlock *blockPtr, Tk_PostscriptInfo psInfo, int width, int height  ) 
 

void tk_CreateClientMessageHandler _ANSI_ARGS_ (Tk_ClientMessageProc *proc  ) 
 

void tk_DeleteClientMessageHandler _ANSI_ARGS_ (Tk_ClientMessageProc *proc  ) 
 

Tk_Window tk_CreateAnonymousWindow _ANSI_ARGS_ (Tcl_Interp *interp, Tk_Window parent, CONST char *screenName)   ) 
 

void tk_SetClassProcs _ANSI_ARGS_ (Tk_Window tkwin, Tk_ClassProcs *procs, ClientData instanceData  ) 
 

void tk_SetInternalBorderEx _ANSI_ARGS_ (Tk_Window tkwin, int left, int right, int top, int bottom)   ) 
 

void tk_SetMinimumRequestSize _ANSI_ARGS_ (Tk_Window tkwin, int minWidth, int minHeight)   ) 
 

void tk_SetCaretPos _ANSI_ARGS_ (Tk_Window tkwin, int x, int y, int height  ) 
 

void tk_PhotoPutBlock _ANSI_ARGS_ (Tk_PhotoHandle handle, Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height, int compRule)   ) 
 

void tk_PhotoPutZoomedBlock _ANSI_ARGS_ (Tk_PhotoHandle handle, Tk_PhotoImageBlock *blockPtr, int x, int y, int width, int height, int zoomX, int zoomY, int subsampleX, int subsampleY, int compRule)   ) 
 

int tk_CollapseMotionEvents _ANSI_ARGS_ (Display *display, int collapse)   ) 
 

Tk_StyleEngine tk_RegisterStyleEngine _ANSI_ARGS_ (CONST char *name, Tk_StyleEngine parent  ) 
 

Tk_StyleEngine tk_GetStyleEngine _ANSI_ARGS_ (CONST char *name  ) 
 

int tk_RegisterStyledElement _ANSI_ARGS_ (Tk_StyleEngine engine, Tk_ElementSpec *templatePtr)   ) 
 

int tk_GetElementId _ANSI_ARGS_ (CONST char *name  ) 
 

Tk_Style tk_CreateStyle _ANSI_ARGS_ (CONST char *name, Tk_StyleEngine engine, ClientData clientData  ) 
 

Tk_Style tk_GetStyle _ANSI_ARGS_ (Tcl_Interp *interp, CONST char *name  ) 
 

void tk_FreeStyle _ANSI_ARGS_ (Tk_Style style)   ) 
 

CONST char* tk_NameOfStyle _ANSI_ARGS_ (Tk_Style style)   ) 
 

Tk_Style tk_AllocStyleFromObj _ANSI_ARGS_ (Tcl_Interp *interp, Tcl_Obj *objPtr  ) 
 

Tk_Style tk_GetStyleFromObj _ANSI_ARGS_ (Tcl_Obj *objPtr  ) 
 

void tk_FreeStyleFromObj _ANSI_ARGS_ (Tcl_Obj *objPtr  ) 
 

Tk_StyledElement tk_GetStyledElement _ANSI_ARGS_ (Tk_Style style, int elementId, Tk_OptionTable optionTable)   ) 
 

void tk_GetElementSize _ANSI_ARGS_ (Tk_Style style, Tk_StyledElement element, char *recordPtr, Tk_Window tkwin, int width, int height, int inner, int *widthPtr, int *heightPtr  ) 
 

void tk_GetElementBox _ANSI_ARGS_ (Tk_Style style, Tk_StyledElement element, char *recordPtr, Tk_Window tkwin, int x, int y, int width, int height, int inner, int *xPtr, int *yPtr, int *widthPtr, int *heightPtr  ) 
 

int tk_GetElementBorderWidth _ANSI_ARGS_ (Tk_Style style, Tk_StyledElement element, char *recordPtr, Tk_Window tkwin  ) 
 

void tk_DrawElement _ANSI_ARGS_ (Tk_Style style, Tk_StyledElement element, char *recordPtr, Tk_Window tkwin, Drawable d, int x, int y, int width, int height, int state  ) 
 


Field Documentation

int magic
 

Definition at line 928 of file tkDecls.h.

struct TkStubHooks* hooks
 

Definition at line 929 of file tkDecls.h.

void* reserved218
 

Definition at line 1149 of file tkDecls.h.

void* reserved219
 

Definition at line 1150 of file tkDecls.h.


The documentation for this struct was generated from the following file:
Generated on Mon Sep 18 01:25:18 2006 for BRL-CAD by  doxygen 1.4.6