Searched refs:Tk_ItemType (Results 1 - 25 of 29) sorted by relevance

12

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkCanvas.h304 MODULE_SCOPE Tk_ItemType tkArcType, tkBitmapType, tkImageType, tkLineType;
305 MODULE_SCOPE Tk_ItemType tkOvalType, tkPolygonType;
306 MODULE_SCOPE Tk_ItemType tkRectangleType, tkTextType, tkWindowType;
H A Dtk.h936 struct Tk_ItemType *typePtr;/* Table of procedures that implement this
954 * below is determined by the "itemInfoSize" of the type's Tk_ItemType
1030 typedef struct Tk_ItemType {
1080 struct Tk_ItemType *nextPtr;/* Used to link types together into a list. */
1085 } Tk_ItemType;
1027 typedef struct Tk_ItemType { struct
1082 } Tk_ItemType; typedef in typeref:struct:Tk_ItemType
H A DtkCanvImg.c113 Tk_ItemType tkImageType = {
H A DtkCanvWind.c117 Tk_ItemType tkWindowType = {
H A DtkRectOval.c170 Tk_ItemType tkRectangleType = {
193 Tk_ItemType tkOvalType = {
H A DtkCanvas.c218 static Tk_ItemType *typeList = NULL; /* NULL means initialization hasn't
920 Tk_ItemType *typePtr;
921 Tk_ItemType *matchPtr = NULL;
2602 Tk_ItemType *typePtr) /* Information about item type; storage must
2606 Tk_ItemType *typePtr2, *prevPtr;
2654 Tk_ItemType *
H A DtkCanvBmap.c124 Tk_ItemType tkBitmapType = {
H A DtkDecls.h289 EXTERN void Tk_CreateItemType(Tk_ItemType *typePtr);
648 EXTERN Tk_ItemType * Tk_GetItemTypes(void);
1730 void (*tk_CreateItemType) (Tk_ItemType *typePtr); /* 39 */
1790 Tk_ItemType * (*tk_GetItemTypes) (void); /* 99 */
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A Dsnack.c70 extern Tk_ItemType snackWaveType;
71 extern Tk_ItemType snackSpectrogramType;
72 extern Tk_ItemType snackSectionType;
H A DjkCanvSect.c227 Tk_ItemType snackSectionType = {
247 (Tk_ItemType *) NULL
H A DjkCanvWave.c231 Tk_ItemType snackWaveType = {
251 (Tk_ItemType *) NULL
H A DjkCanvSpeg.c256 Tk_ItemType snackSpectrogramType = {
276 (Tk_ItemType *) NULL
/macosx-10.10/tcl-105/tcl/tcl/tools/
H A DcheckLibraryDoc.tcl76 Tk_ItemType \
/macosx-10.10/tcl-105/tcl84/tcl/tools/
H A DcheckLibraryDoc.tcl76 Tk_ItemType \
/macosx-10.10/tcl-105/tk84/tk/generic/
H A Dtk.h943 struct Tk_ItemType *typePtr; /* Table of procedures that implement
964 * "itemInfoSize" of the type's Tk_ItemType record.
1040 typedef struct Tk_ItemType {
1085 struct Tk_ItemType *nextPtr; /* Used to link types together into
1091 } Tk_ItemType;
1038 typedef struct Tk_ItemType { struct
1089 } Tk_ItemType; typedef in typeref:struct:Tk_ItemType
H A DtkCanvImg.c119 Tk_ItemType tkImageType = {
139 (Tk_ItemType *) NULL, /* nextPtr */
H A DtkRectOval.c179 Tk_ItemType tkRectangleType = {
199 (Tk_ItemType *) NULL, /* nextPtr */
202 Tk_ItemType tkOvalType = {
222 (Tk_ItemType *) NULL, /* nextPtr */
H A DtkCanvBmap.c127 Tk_ItemType tkBitmapType = {
147 (Tk_ItemType *) NULL, /* nextPtr */
H A DtkCanvWind.c121 Tk_ItemType tkWindowType = {
141 (Tk_ItemType *) NULL, /* nextPtr */
H A DtkCanvas.c217 static Tk_ItemType *typeList = NULL; /* NULL means initialization hasn't
247 extern Tk_ItemType tkArcType, tkBitmapType, tkImageType, tkLineType;
248 extern Tk_ItemType tkOvalType, tkPolygonType;
249 extern Tk_ItemType tkRectangleType, tkTextType, tkWindowType;
929 Tk_ItemType *typePtr;
930 Tk_ItemType *matchPtr = NULL;
2731 Tk_ItemType *typePtr; /* Information about item type;
2735 Tk_ItemType *typePtr2, *prevPtr;
2783 Tk_ItemType *
H A DtkCanvText.c185 Tk_ItemType tkTextType = {
205 (Tk_ItemType *) NULL, /* nextPtr */
H A DtkCanvArc.c239 Tk_ItemType tkArcType = {
259 (Tk_ItemType *) NULL, /* nextPtr */
H A DtkCanvPoly.c205 Tk_ItemType tkPolygonType = {
225 (Tk_ItemType *) NULL, /* nextPtr */
H A DtkDecls.h182 EXTERN void Tk_CreateItemType _ANSI_ARGS_((Tk_ItemType * typePtr));
384 EXTERN Tk_ItemType * Tk_GetItemTypes _ANSI_ARGS_((void));
970 void (*tk_CreateItemType) _ANSI_ARGS_((Tk_ItemType * typePtr)); /* 39 */
1030 Tk_ItemType * (*tk_GetItemTypes) _ANSI_ARGS_((void)); /* 99 */
H A DtkCanvLine.c242 Tk_ItemType tkLineType = {
262 (Tk_ItemType *) NULL, /* nextPtr */

Completed in 373 milliseconds

12