TkIntStubs Struct Reference#include <tkIntDecls.h>
List of all members.
|
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, char *eventString, TkBindEvalProc *evalProc, TkBindFreeProc *freeProc, ClientData clientData)) |
| TkCursor *tkCreateCursorFromData | _ANSI_ARGS_ ((Tk_Window tkwin, char *source, 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, 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)) |
| char *tkGetDefaultScreenName | _ANSI_ARGS_ ((Tcl_Interp *interp, 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_ ((char *msg, 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_ ((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, 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 tkSetClassProcs | _ANSI_ARGS_ ((Tk_Window tkwin, TkClassProcs *procs, ClientData instanceData)) |
| 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, char *dbName, 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)) |
Public Attributes |
| int | magic |
| TkIntStubHooks * | hooks |
| 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 |
Detailed Description
Definition at line 518 of file tkIntDecls.h.
Member Function Documentation
| void tkBezierPoints TkIntStubs::_ANSI_ARGS_ |
( |
(double control[], int numSteps, double *coordPtr) |
|
) |
|
| void tkBezierScreenPoints TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Canvas canvas, double control[], int numSteps, XPoint *xPointPtr) |
|
) |
|
| void tkBindDeadWindow TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| void tkBindEventProc TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr, XEvent *eventPtr) |
|
) |
|
| void tkBindFree TkIntStubs::_ANSI_ARGS_ |
( |
(TkMainInfo *mainPtr) |
|
) |
|
| void tkBindInit TkIntStubs::_ANSI_ARGS_ |
( |
(TkMainInfo *mainPtr) |
|
) |
|
| void tkChangeEventWindow TkIntStubs::_ANSI_ARGS_ |
( |
(XEvent *eventPtr, TkWindow *winPtr) |
|
) |
|
| int tkClipInit TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, TkDisplay *dispPtr) |
|
) |
|
| void tkComputeAnchor TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Anchor anchor, Tk_Window tkwin, int padX, int padY, int innerWidth, int innerHeight, int *xPtr, int *yPtr) |
|
) |
|
| int tkCopyAndGlobalEval TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *script) |
|
) |
|
| unsigned long tkCreateBindingProcedure TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tk_BindingTable bindingTable, ClientData object, char *eventString, TkBindEvalProc *evalProc, TkBindFreeProc *freeProc, ClientData clientData) |
|
) |
|
| TkCursor* tkCreateCursorFromData TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin, char *source, char *mask, int width, int height, int xHot, int yHot, XColor fg, XColor bg) |
|
) |
|
| int tkCreateFrame TkIntStubs::_ANSI_ARGS_ |
( |
(ClientData clientData, Tcl_Interp *interp, int argc, char **argv, int toplevel, char *appName) |
|
) |
|
| Tk_Window tkCreateMainWindow TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *screenName, char *baseName) |
|
) |
|
| Time tkCurrentTime TkIntStubs::_ANSI_ARGS_ |
( |
(TkDisplay *dispPtr) |
|
) |
|
| void tkDeleteAllImages TkIntStubs::_ANSI_ARGS_ |
( |
(TkMainInfo *mainPtr) |
|
) |
|
| void tkDoConfigureNotify TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| void tkDrawInsetFocusHighlight TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin, GC gc, int width, Drawable drawable, int padding) |
|
) |
|
| void tkEventDeadWindow TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| void tkFillPolygon TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Canvas canvas, double *coordPtr, int numPoints, Display *display, Drawable drawable, GC gc, GC outlineGC) |
|
) |
|
| int tkFindStateNum TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, CONST char *option, CONST TkStateMap *mapPtr, CONST char *strKey) |
|
) |
|
| char* tkFindStateString TkIntStubs::_ANSI_ARGS_ |
( |
(CONST TkStateMap *mapPtr, int numKey) |
|
) |
|
| void tkFocusDeadWindow TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| int tkFocusFilterEvent TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr, XEvent *eventPtr) |
|
) |
|
| void tkFontPkgInit TkIntStubs::_ANSI_ARGS_ |
( |
(TkMainInfo *mainPtr) |
|
) |
|
| void tkFontPkgFree TkIntStubs::_ANSI_ARGS_ |
( |
(TkMainInfo *mainPtr) |
|
) |
|
| void tkFreeBindingTags TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| void tkpFreeCursor TkIntStubs::_ANSI_ARGS_ |
( |
(TkCursor *cursorPtr) |
|
) |
|
| char* tkGetBitmapData TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *string, char *fileName, int *widthPtr, int *heightPtr, int *hotXPtr, int *hotYPtr) |
|
) |
|
| void tkGetButtPoints TkIntStubs::_ANSI_ARGS_ |
( |
(double p1[], double p2[], double width, int project, double m1[], double m2[]) |
|
) |
|
| TkCursor* tkGetCursorByName TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tk_Window tkwin, Tk_Uid string) |
|
) |
|
| char* tkGetDefaultScreenName TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, char *screenName) |
|
) |
|
| TkDisplay* tkGetDisplay TkIntStubs::_ANSI_ARGS_ |
( |
(Display *display) |
|
) |
|
| int tkGetDisplayOf TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[], Tk_Window *tkwinPtr) |
|
) |
|
| int tkGetInterpNames TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tk_Window tkwin) |
|
) |
|
| int tkGetMiterPoints TkIntStubs::_ANSI_ARGS_ |
( |
(double p1[], double p2[], double p3[], double width, double m1[], double m2[]) |
|
) |
|
| void tkGetPointerCoords TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin, int *xPtr, int *yPtr) |
|
) |
|
| void tkGetServerInfo TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tk_Window tkwin) |
|
) |
|
| void tkGrabDeadWindow TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| int tkGrabState TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| void tkIncludePoint TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Item *itemPtr, double *pointPtr) |
|
) |
|
| void tkInOutEvents TkIntStubs::_ANSI_ARGS_ |
( |
(XEvent *eventPtr, TkWindow *sourcePtr, TkWindow *destPtr, int leaveType, int enterType, Tcl_QueuePosition position) |
|
) |
|
| void tkInstallFrameMenu TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin) |
|
) |
|
| char* tkKeysymToString TkIntStubs::_ANSI_ARGS_ |
( |
(KeySym keysym) |
|
) |
|
| int tkLineToArea TkIntStubs::_ANSI_ARGS_ |
( |
(double end1Ptr[], double end2Ptr[], double rectPtr[]) |
|
) |
|
| double tkLineToPoint TkIntStubs::_ANSI_ARGS_ |
( |
(double end1Ptr[], double end2Ptr[], double pointPtr[]) |
|
) |
|
| int tkMakeBezierCurve TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Canvas canvas, double *pointPtr, int numPoints, int numSteps, XPoint xPoints[], double dblPoints[]) |
|
) |
|
| void tkMakeBezierPostscript TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tk_Canvas canvas, double *pointPtr, int numPoints) |
|
) |
|
| void tkOptionClassChanged TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| void tkOptionDeadWindow TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| int tkOvalToArea TkIntStubs::_ANSI_ARGS_ |
( |
(double *ovalPtr, double *rectPtr) |
|
) |
|
| double tkOvalToPoint TkIntStubs::_ANSI_ARGS_ |
( |
(double ovalPtr[], double width, int filled, double pointPtr[]) |
|
) |
|
| int tkpChangeFocus TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr, int force) |
|
) |
|
| void tkpCloseDisplay TkIntStubs::_ANSI_ARGS_ |
( |
(TkDisplay *dispPtr) |
|
) |
|
| void tkpClaimFocus TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *topLevelPtr, int force) |
|
) |
|
| void tkpDisplayWarning TkIntStubs::_ANSI_ARGS_ |
( |
(char *msg, char *title) |
|
) |
|
| void tkpGetAppName TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_DString *name) |
|
) |
|
| int tkpInit TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp) |
|
) |
|
| void tkpInitializeMenuBindings TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tk_BindingTable bindingTable) |
|
) |
|
| void tkpMakeContainer TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin) |
|
) |
|
| void tkpMakeMenuWindow TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin, int transient) |
|
) |
|
| Window tkpMakeWindow TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr, Window parent) |
|
) |
|
| void tkpMenuNotifyToplevelCreate TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp1, char *menuName) |
|
) |
|
| TkDisplay* tkpOpenDisplay TkIntStubs::_ANSI_ARGS_ |
( |
(char *display_name) |
|
) |
|
| int tkPointerEvent TkIntStubs::_ANSI_ARGS_ |
( |
(XEvent *eventPtr, TkWindow *winPtr) |
|
) |
|
| int tkPolygonToArea TkIntStubs::_ANSI_ARGS_ |
( |
(double *polyPtr, int numPoints, double *rectPtr) |
|
) |
|
| double tkPolygonToPoint TkIntStubs::_ANSI_ARGS_ |
( |
(double *polyPtr, int numPoints, double *pointPtr) |
|
) |
|
| int tkPositionInTree TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr, TkWindow *treePtr) |
|
) |
|
| void tkpRedirectKeyEvent TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr, XEvent *eventPtr) |
|
) |
|
| void tkpSetMainMenubar TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tk_Window tkwin, char *menuName) |
|
) |
|
| int tkpUseWindow TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tk_Window tkwin, char *string) |
|
) |
|
| int tkpWindowWasRecentlyDeleted TkIntStubs::_ANSI_ARGS_ |
( |
(Window win, TkDisplay *dispPtr) |
|
) |
|
| void tkQueueEventForAllChildren TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr, XEvent *eventPtr) |
|
) |
|
| int tkReadBitmapFile TkIntStubs::_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 TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin, GC gc, int x, int y, int width, int height, int dx, int dy, TkRegion damageRgn) |
|
) |
|
| void tkSelDeadWindow TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| void tkSelEventProc TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin, XEvent *eventPtr) |
|
) |
|
| void tkSelInit TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin) |
|
) |
|
| void tkSelPropProc TkIntStubs::_ANSI_ARGS_ |
( |
(XEvent *eventPtr) |
|
) |
|
| void tkSetWindowMenuBar TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tk_Window tkwin, char *oldMenuName, char *menuName) |
|
) |
|
| KeySym tkStringToKeysym TkIntStubs::_ANSI_ARGS_ |
( |
(char *name) |
|
) |
|
| int tkThickPolyLineToArea TkIntStubs::_ANSI_ARGS_ |
( |
(double *coordPtr, int numPoints, double width, int capStyle, int joinStyle, double *rectPtr) |
|
) |
|
| void tkWmAddToColormapWindows TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| void tkWmDeadWindow TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| void tkWmMapWindow TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| void tkWmNewWindow TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| void tkWmProtocolEventProc TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr, XEvent *evenvPtr) |
|
) |
|
| void tkWmRemoveFromColormapWindows TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| void tkWmRestackToplevel TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr, int aboveBelow, TkWindow *otherPtr) |
|
) |
|
| void tkWmSetClass TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| void tkWmUnmapWindow TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr) |
|
) |
|
| Tcl_Obj* tkDebugBitmap TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin, char *name) |
|
) |
|
| Tcl_Obj* tkDebugBorder TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin, char *name) |
|
) |
|
| Tcl_Obj* tkDebugCursor TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin, char *name) |
|
) |
|
| Tcl_Obj* tkDebugColor TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin, char *name) |
|
) |
|
| Tcl_Obj* tkDebugConfig TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tk_OptionTable table) |
|
) |
|
| Tcl_Obj* tkDebugFont TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin, char *name) |
|
) |
|
| int tkFindStateNumObj TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tcl_Obj *optionPtr, CONST TkStateMap *mapPtr, Tcl_Obj *keyPtr) |
|
) |
|
| Tcl_HashTable* tkGetBitmapPredefTable TkIntStubs::_ANSI_ARGS_ |
( |
(void) |
|
) |
|
| TkDisplay* tkGetDisplayList TkIntStubs::_ANSI_ARGS_ |
( |
(void) |
|
) |
|
| TkMainInfo* tkGetMainInfoList TkIntStubs::_ANSI_ARGS_ |
( |
(void) |
|
) |
|
| int tkGetWindowFromObj TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tk_Window tkwin, Tcl_Obj *objPtr, Tk_Window *windowPtr) |
|
) |
|
| char* tkpGetString TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr, XEvent *eventPtr, Tcl_DString *dsPtr) |
|
) |
|
| void tkpGetSubFonts TkIntStubs::_ANSI_ARGS_ |
( |
(Tcl_Interp *interp, Tk_Font tkfont) |
|
) |
|
| Tcl_Obj* tkpGetSystemDefault TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin, char *dbName, char *className) |
|
) |
|
| void tkpMenuThreadInit TkIntStubs::_ANSI_ARGS_ |
( |
(void) |
|
) |
|
| void tkpDrawHighlightBorder TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin, GC fgGC, GC bgGC, int highlightWidth, Drawable drawable) |
|
) |
|
| void tkSetFocusWin TkIntStubs::_ANSI_ARGS_ |
( |
(TkWindow *winPtr, int force) |
|
) |
|
| void tkpSetKeycodeAndState TkIntStubs::_ANSI_ARGS_ |
( |
(Tk_Window tkwin, KeySym keySym, XEvent *eventPtr) |
|
) |
|
| KeySym tkpGetKeySym TkIntStubs::_ANSI_ARGS_ |
( |
(TkDisplay *dispPtr, XEvent *eventPtr) |
|
) |
|
| void tkpInitKeymapInfo TkIntStubs::_ANSI_ARGS_ |
( |
(TkDisplay *dispPtr) |
|
) |
|
Member Data Documentation
The documentation for this struct was generated from the following file:
Generated on Mon Oct 23 15:05:50 2006 for OpenSees by 1.5.0
|