|
Public Member Functions |
| TkWindow *tkAllocWindow | _ANSI_ARGS_ ((TkDisplay *dispPtr, int screenNum, TkWindow *parentPtr)) |
| void tkBezierPoints | _ANSI_ARGS_ ((double control[], int numSteps, double *coordPtr)) |
| void tkBezierScreenPoints | _ANSI_ARGS_ ((Tk_Canvas canvas, double control[], int numSteps, XPoint *xPointPtr)) |
| void tkBindDeadWindow | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| void tkBindEventProc | _ANSI_ARGS_ ((TkWindow *winPtr, XEvent *eventPtr)) |
| void tkBindFree | _ANSI_ARGS_ ((TkMainInfo *mainPtr)) |
| void tkBindInit | _ANSI_ARGS_ ((TkMainInfo *mainPtr)) |
| void tkChangeEventWindow | _ANSI_ARGS_ ((XEvent *eventPtr, TkWindow *winPtr)) |
| int tkClipInit | _ANSI_ARGS_ ((Tcl_Interp *interp, TkDisplay *dispPtr)) |
| void tkComputeAnchor | _ANSI_ARGS_ ((Tk_Anchor anchor, Tk_Window tkwin, int padX, int padY, int innerWidth, int innerHeight, int *xPtr, int *yPtr)) |
| int tkCopyAndGlobalEval | _ANSI_ARGS_ ((Tcl_Interp *interp, char *script)) |
| unsigned long tkCreateBindingProcedure | _ANSI_ARGS_ ((Tcl_Interp *interp, Tk_BindingTable bindingTable, ClientData object, CONST char *eventString, TkBindEvalProc *evalProc, TkBindFreeProc *freeProc, ClientData clientData)) |
| TkCursor *tkCreateCursorFromData | _ANSI_ARGS_ ((Tk_Window tkwin, CONST char *source, CONST char *mask, int width, int height, int xHot, int yHot, XColor fg, XColor bg)) |
| int tkCreateFrame | _ANSI_ARGS_ ((ClientData clientData, Tcl_Interp *interp, int argc, char **argv, int toplevel, char *appName)) |
| Tk_Window tkCreateMainWindow | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *screenName, char *baseName)) |
| Time tkCurrentTime | _ANSI_ARGS_ ((TkDisplay *dispPtr)) |
| void tkDeleteAllImages | _ANSI_ARGS_ ((TkMainInfo *mainPtr)) |
| void tkDoConfigureNotify | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| void tkDrawInsetFocusHighlight | _ANSI_ARGS_ ((Tk_Window tkwin, GC gc, int width, Drawable drawable, int padding)) |
| void tkEventDeadWindow | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| void tkFillPolygon | _ANSI_ARGS_ ((Tk_Canvas canvas, double *coordPtr, int numPoints, Display *display, Drawable drawable, GC gc, GC outlineGC)) |
| int tkFindStateNum | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *option, CONST TkStateMap *mapPtr, CONST char *strKey)) |
| char *tkFindStateString | _ANSI_ARGS_ ((CONST TkStateMap *mapPtr, int numKey)) |
| void tkFocusDeadWindow | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| int tkFocusFilterEvent | _ANSI_ARGS_ ((TkWindow *winPtr, XEvent *eventPtr)) |
| TkWindow *tkFocusKeyEvent | _ANSI_ARGS_ ((TkWindow *winPtr, XEvent *eventPtr)) |
| void tkFontPkgInit | _ANSI_ARGS_ ((TkMainInfo *mainPtr)) |
| void tkFontPkgFree | _ANSI_ARGS_ ((TkMainInfo *mainPtr)) |
| void tkFreeBindingTags | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| void tkpFreeCursor | _ANSI_ARGS_ ((TkCursor *cursorPtr)) |
| char *tkGetBitmapData | _ANSI_ARGS_ ((Tcl_Interp *interp, char *string, char *fileName, int *widthPtr, int *heightPtr, int *hotXPtr, int *hotYPtr)) |
| void tkGetButtPoints | _ANSI_ARGS_ ((double p1[], double p2[], double width, int project, double m1[], double m2[])) |
| TkCursor *tkGetCursorByName | _ANSI_ARGS_ ((Tcl_Interp *interp, Tk_Window tkwin, Tk_Uid string)) |
| CONST84_RETURN char *tkGetDefaultScreenName | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *screenName)) |
| TkDisplay *tkGetDisplay | _ANSI_ARGS_ ((Display *display)) |
| int tkGetDisplayOf | _ANSI_ARGS_ ((Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], Tk_Window *tkwinPtr)) |
| TkWindow *tkGetFocusWin | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| int tkGetInterpNames | _ANSI_ARGS_ ((Tcl_Interp *interp, Tk_Window tkwin)) |
| int tkGetMiterPoints | _ANSI_ARGS_ ((double p1[], double p2[], double p3[], double width, double m1[], double m2[])) |
| void tkGetPointerCoords | _ANSI_ARGS_ ((Tk_Window tkwin, int *xPtr, int *yPtr)) |
| void tkGetServerInfo | _ANSI_ARGS_ ((Tcl_Interp *interp, Tk_Window tkwin)) |
| void tkGrabDeadWindow | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| int tkGrabState | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| void tkIncludePoint | _ANSI_ARGS_ ((Tk_Item *itemPtr, double *pointPtr)) |
| void tkInOutEvents | _ANSI_ARGS_ ((XEvent *eventPtr, TkWindow *sourcePtr, TkWindow *destPtr, int leaveType, int enterType, Tcl_QueuePosition position)) |
| void tkInstallFrameMenu | _ANSI_ARGS_ ((Tk_Window tkwin)) |
| char *tkKeysymToString | _ANSI_ARGS_ ((KeySym keysym)) |
| int tkLineToArea | _ANSI_ARGS_ ((double end1Ptr[], double end2Ptr[], double rectPtr[])) |
| double tkLineToPoint | _ANSI_ARGS_ ((double end1Ptr[], double end2Ptr[], double pointPtr[])) |
| int tkMakeBezierCurve | _ANSI_ARGS_ ((Tk_Canvas canvas, double *pointPtr, int numPoints, int numSteps, XPoint xPoints[], double dblPoints[])) |
| void tkMakeBezierPostscript | _ANSI_ARGS_ ((Tcl_Interp *interp, Tk_Canvas canvas, double *pointPtr, int numPoints)) |
| void tkOptionClassChanged | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| void tkOptionDeadWindow | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| int tkOvalToArea | _ANSI_ARGS_ ((double *ovalPtr, double *rectPtr)) |
| double tkOvalToPoint | _ANSI_ARGS_ ((double ovalPtr[], double width, int filled, double pointPtr[])) |
| int tkpChangeFocus | _ANSI_ARGS_ ((TkWindow *winPtr, int force)) |
| void tkpCloseDisplay | _ANSI_ARGS_ ((TkDisplay *dispPtr)) |
| void tkpClaimFocus | _ANSI_ARGS_ ((TkWindow *topLevelPtr, int force)) |
| void tkpDisplayWarning | _ANSI_ARGS_ ((CONST char *msg, CONST char *title)) |
| void tkpGetAppName | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_DString *name)) |
| TkWindow *tkpGetOtherWindow | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| TkWindow *tkpGetWrapperWindow | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| int tkpInit | _ANSI_ARGS_ ((Tcl_Interp *interp)) |
| void tkpInitializeMenuBindings | _ANSI_ARGS_ ((Tcl_Interp *interp, Tk_BindingTable bindingTable)) |
| void tkpMakeContainer | _ANSI_ARGS_ ((Tk_Window tkwin)) |
| void tkpMakeMenuWindow | _ANSI_ARGS_ ((Tk_Window tkwin, int transient)) |
| Window tkpMakeWindow | _ANSI_ARGS_ ((TkWindow *winPtr, Window parent)) |
| void tkpMenuNotifyToplevelCreate | _ANSI_ARGS_ ((Tcl_Interp *interp1, char *menuName)) |
| TkDisplay *tkpOpenDisplay | _ANSI_ARGS_ ((CONST char *display_name)) |
| int tkPointerEvent | _ANSI_ARGS_ ((XEvent *eventPtr, TkWindow *winPtr)) |
| int tkPolygonToArea | _ANSI_ARGS_ ((double *polyPtr, int numPoints, double *rectPtr)) |
| double tkPolygonToPoint | _ANSI_ARGS_ ((double *polyPtr, int numPoints, double *pointPtr)) |
| int tkPositionInTree | _ANSI_ARGS_ ((TkWindow *winPtr, TkWindow *treePtr)) |
| void tkpRedirectKeyEvent | _ANSI_ARGS_ ((TkWindow *winPtr, XEvent *eventPtr)) |
| void tkpSetMainMenubar | _ANSI_ARGS_ ((Tcl_Interp *interp, Tk_Window tkwin, char *menuName)) |
| int tkpUseWindow | _ANSI_ARGS_ ((Tcl_Interp *interp, Tk_Window tkwin, CONST char *string)) |
| int tkpWindowWasRecentlyDeleted | _ANSI_ARGS_ ((Window win, TkDisplay *dispPtr)) |
| void tkQueueEventForAllChildren | _ANSI_ARGS_ ((TkWindow *winPtr, XEvent *eventPtr)) |
| int tkReadBitmapFile | _ANSI_ARGS_ ((Display *display, Drawable d, CONST char *filename, unsigned int *width_return, unsigned int *height_return, Pixmap *bitmap_return, int *x_hot_return, int *y_hot_return)) |
| int tkScrollWindow | _ANSI_ARGS_ ((Tk_Window tkwin, GC gc, int x, int y, int width, int height, int dx, int dy, TkRegion damageRgn)) |
| void tkSelDeadWindow | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| void tkSelEventProc | _ANSI_ARGS_ ((Tk_Window tkwin, XEvent *eventPtr)) |
| void tkSelInit | _ANSI_ARGS_ ((Tk_Window tkwin)) |
| void tkSelPropProc | _ANSI_ARGS_ ((XEvent *eventPtr)) |
| void tkSetWindowMenuBar | _ANSI_ARGS_ ((Tcl_Interp *interp, Tk_Window tkwin, char *oldMenuName, char *menuName)) |
| KeySym tkStringToKeysym | _ANSI_ARGS_ ((char *name)) |
| int tkThickPolyLineToArea | _ANSI_ARGS_ ((double *coordPtr, int numPoints, double width, int capStyle, int joinStyle, double *rectPtr)) |
| void tkWmAddToColormapWindows | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| void tkWmDeadWindow | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| TkWindow *tkWmFocusToplevel | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| void tkWmMapWindow | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| void tkWmNewWindow | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| void tkWmProtocolEventProc | _ANSI_ARGS_ ((TkWindow *winPtr, XEvent *evenvPtr)) |
| void tkWmRemoveFromColormapWindows | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| void tkWmRestackToplevel | _ANSI_ARGS_ ((TkWindow *winPtr, int aboveBelow, TkWindow *otherPtr)) |
| void tkWmSetClass | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| void tkWmUnmapWindow | _ANSI_ARGS_ ((TkWindow *winPtr)) |
| Tcl_Obj *tkDebugBitmap | _ANSI_ARGS_ ((Tk_Window tkwin, char *name)) |
| Tcl_Obj *tkDebugBorder | _ANSI_ARGS_ ((Tk_Window tkwin, char *name)) |
| Tcl_Obj *tkDebugCursor | _ANSI_ARGS_ ((Tk_Window tkwin, char *name)) |
| Tcl_Obj *tkDebugColor | _ANSI_ARGS_ ((Tk_Window tkwin, char *name)) |
| Tcl_Obj *tkDebugConfig | _ANSI_ARGS_ ((Tcl_Interp *interp, Tk_OptionTable table)) |
| Tcl_Obj *tkDebugFont | _ANSI_ARGS_ ((Tk_Window tkwin, char *name)) |
| int tkFindStateNumObj | _ANSI_ARGS_ ((Tcl_Interp *interp, Tcl_Obj *optionPtr, CONST TkStateMap *mapPtr, Tcl_Obj *keyPtr)) |
| Tcl_HashTable *tkGetBitmapPredefTable | _ANSI_ARGS_ ((void)) |
| TkDisplay *tkGetDisplayList | _ANSI_ARGS_ ((void)) |
| TkMainInfo *tkGetMainInfoList | _ANSI_ARGS_ ((void)) |
| int tkGetWindowFromObj | _ANSI_ARGS_ ((Tcl_Interp *interp, Tk_Window tkwin, Tcl_Obj *objPtr, Tk_Window *windowPtr)) |
| char *tkpGetString | _ANSI_ARGS_ ((TkWindow *winPtr, XEvent *eventPtr, Tcl_DString *dsPtr)) |
| void tkpGetSubFonts | _ANSI_ARGS_ ((Tcl_Interp *interp, Tk_Font tkfont)) |
| Tcl_Obj *tkpGetSystemDefault | _ANSI_ARGS_ ((Tk_Window tkwin, CONST char *dbName, CONST char *className)) |
| void tkpMenuThreadInit | _ANSI_ARGS_ ((void)) |
| void tkpDrawHighlightBorder | _ANSI_ARGS_ ((Tk_Window tkwin, GC fgGC, GC bgGC, int highlightWidth, Drawable drawable)) |
| void tkSetFocusWin | _ANSI_ARGS_ ((TkWindow *winPtr, int force)) |
| void tkpSetKeycodeAndState | _ANSI_ARGS_ ((Tk_Window tkwin, KeySym keySym, XEvent *eventPtr)) |
| KeySym tkpGetKeySym | _ANSI_ARGS_ ((TkDisplay *dispPtr, XEvent *eventPtr)) |
| void tkpInitKeymapInfo | _ANSI_ARGS_ ((TkDisplay *dispPtr)) |
| TkRegion tkPhotoGetValidRegion | _ANSI_ARGS_ ((Tk_PhotoHandle handle)) |
| TkWindow **tkWmStackorderToplevel | _ANSI_ARGS_ ((TkWindow *parentPtr)) |
| void tkFocusFree | _ANSI_ARGS_ ((TkMainInfo *mainPtr)) |
| void tkClipCleanup | _ANSI_ARGS_ ((TkDisplay *dispPtr)) |
| void tkGCCleanup | _ANSI_ARGS_ ((TkDisplay *dispPtr)) |
| void tkStylePkgInit | _ANSI_ARGS_ ((TkMainInfo *mainPtr)) |
| void tkStylePkgFree | _ANSI_ARGS_ ((TkMainInfo *mainPtr)) |
| Tk_Window tkToplevelWindowForCommand | _ANSI_ARGS_ ((Tcl_Interp *interp, CONST char *cmdName)) |
| CONST Tk_OptionSpec *tkGetOptionSpec | _ANSI_ARGS_ ((CONST char *name, Tk_OptionTable optionTable)) |
Data Fields |
| int | magic |
| TkIntStubHooks * | hooks |
| void * | reserved84 |
| void * | reserved113 |
| void * | reserved114 |
| void * | reserved115 |
| void * | reserved116 |
| void * | reserved117 |
| void * | reserved118 |
| void * | reserved119 |
| void * | reserved120 |
| void * | reserved121 |
| void * | reserved122 |
| void * | reserved123 |
| void * | reserved124 |
| void * | reserved125 |
| void * | reserved126 |
| void * | reserved127 |
| void * | reserved128 |
| void * | reserved129 |
| void * | reserved130 |
| void * | reserved131 |
| void * | reserved132 |
| void * | reserved133 |
| void * | reserved134 |
| void * | reserved145 |