Searched refs:Tk_Uid (Results 1 - 25 of 83) sorted by relevance

1234

/macosx-10.10/tcl-105/tk/tk/win/
H A DtkWinConfig.c28 * Returns a Tk_Uid that is the string identifier that identifies this
45 Tk_Uid classUid;
H A DtkWinCursor.c100 Tk_Uid string) /* Description of cursor. See manual entry for
/macosx-10.10/tcl-105/tk84/tk/win/
H A DtkWinConfig.c30 * Returns a Tk_Uid that is the string identifier that identifies
47 Tk_Uid classUid;
H A DtkWinCursor.c95 Tk_Uid string; /* Description of cursor. See manual entry
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkColor.h79 MODULE_SCOPE TkColor * TkpGetColor(Tk_Window tkwin, Tk_Uid name);
H A DtkFont.h31 Tk_Uid family; /* Font family, or NULL to represent plaform-
151 Tk_Uid foundry; /* The foundry of the font. */
156 Tk_Uid charset; /* The actual charset string. */
H A DtkCanvas.h29 Tk_Uid uid; /* The uid of the whole expression. */
30 Tk_Uid *uids; /* Expresion compiled to an array of uids. */
137 * a Tk_Uid for a tag or the address of an
H A DtkOldConfig.c25 * Tk_Uid's.
35 Tk_ConfigSpec *specPtr, Tk_Uid value,
67 * fields converted into Tk_Uid fields; this copy will be released when
89 Tk_Uid value; /* Value of option from database. */
341 Tk_Uid value, /* Value to use to fill in widgRec. */
342 int valueIsUid, /* Non-zero means value is a Tk_Uid; zero
348 Tk_Uid uid;
392 *((Tk_Uid *) ptr) = NULL;
394 uid = valueIsUid ? (Tk_Uid) value : Tk_GetUid(value);
395 *((Tk_Uid *) pt
[all...]
H A DtkCursor.c33 Tk_Uid fg, bg; /* Colors for cursor. */
190 Tk_Uid string) /* Description of cursor. See manual entry for
322 Tk_Uid fg, /* Foreground color for cursor. */
323 Tk_Uid bg) /* Background color for cursor. */
H A Dtk.h123 typedef const char *Tk_Uid;
346 Tk_Uid dbName; /* Name for option in option database. */
347 Tk_Uid dbClass; /* Class for option in database. */
348 Tk_Uid defValue; /* Default value for option if not specified
667 Tk_Uid name; /* Name of virtual event. */
770 Tk_Uid nameUid;
771 Tk_Uid classUid;
927 Tk_Uid staticTagSpace[TK_TAG_SPACE];
929 Tk_Uid *tagPtr; /* Pointer to array of tags. Usually points to
122 typedef const char *Tk_Uid; typedef
H A DtkCanvas.c42 Tk_Uid tag; /* Tag to search for. 0 means return all
229 Tk_Uid allUid;
230 Tk_Uid currentUid;
231 Tk_Uid andUid;
232 Tk_Uid orUid;
233 Tk_Uid xorUid;
234 Tk_Uid parenUid;
235 Tk_Uid negparenUid;
236 Tk_Uid endparenUid;
237 Tk_Uid tagvalUi
[all...]
H A DtkGet.c22 * data. In this case, it is used to house the Tk_Uid structs used by each
519 * This function returns a Tk_Uid corresponding to the "string" argument.
520 * The Tk_Uid has a string value identical to string (strcmp will return
523 * compare Tk_Uid *values* directly, without having to call strcmp on
532 Tk_Uid
546 return (Tk_Uid) Tcl_GetHashKey(tablePtr,
H A DtkOption.c59 Tk_Uid nameUid; /* Name or class from one element of an option
67 Tk_Uid valueUid; /* For leaf nodes, this is the string value of
298 * Scan the next field from the name and convert it to a Tk_Uid. Must
299 * copy the field before calling Tk_Uid, so that a terminating NULL
403 Tk_Uid
412 Tk_Uid nameId, classId = NULL;
527 Tk_Uid nodeId, winClassId, winNameId;
686 Tk_Uid value;
1357 Tk_Uid id;
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkFont.h31 Tk_Uid family; /* Font family, or NULL to represent
151 Tk_Uid foundry; /* The foundry of the font. */
156 Tk_Uid charset; /* The actual charset string. */
H A DtkColor.h82 Tk_Uid name));
H A DtkCanvas.h29 Tk_Uid uid; /* the uid of the whole expression */
30 Tk_Uid *uids; /* expresion compiled to an array of uids */
136 * table is either a Tk_Uid for a tag or
H A DtkOldConfig.c26 * converted to Tk_Uid's.
37 Tk_Uid value, int valueIsUid, char *widgRec));
71 * taken with (some of) the char* *fields converted into Tk_Uid
95 Tk_Uid value; /* Value of option from database. */
364 Tk_Uid value; /* Value to use to fill in widgRec. */
365 int valueIsUid; /* Non-zero means value is a Tk_Uid;
372 Tk_Uid uid;
416 *((Tk_Uid *) ptr) = NULL;
418 uid = valueIsUid ? (Tk_Uid) value : Tk_GetUid(value);
419 *((Tk_Uid *) pt
[all...]
H A DtkCursor.c34 Tk_Uid fg, bg; /* Colors for cursor. */
194 Tk_Uid string; /* Description of cursor. See manual entry
329 Tk_Uid fg; /* Foreground color for cursor. */
330 Tk_Uid bg; /* Background color for cursor. */
H A Dtk.h127 typedef CONST char *Tk_Uid; typedef
356 Tk_Uid dbName; /* Name for option in option database. */
357 Tk_Uid dbClass; /* Class for option in database. */
358 Tk_Uid defValue; /* Default value for option if not
672 Tk_Uid name; /* Name of virtual event. */
769 Tk_Uid nameUid;
770 Tk_Uid classUid;
933 Tk_Uid staticTagSpace[TK_TAG_SPACE];/* Built-in space for limited # of
935 Tk_Uid *tagPtr; /* Pointer to array of tags. Usually
H A DtkGet.c25 * Tk_Uid structs used by each thread. The "dataKey" below is
533 * This procedure returns a Tk_Uid corresponding to the "string"
534 * argument. The Tk_Uid has a string value identical to string
537 * return exactly the same result (i.e. can compare Tk_Uid
547 Tk_Uid
561 return (Tk_Uid) Tcl_GetHashKey(tablePtr,
H A DtkOption.c61 Tk_Uid nameUid; /* Name or class from one element of
69 Tk_Uid valueUid; /* For leaf nodes, this is the string
315 * Scan the next field from the name and convert it to a Tk_Uid.
316 * Must copy the field before calling Tk_Uid, so that a terminating
423 Tk_Uid
432 Tk_Uid nameId, classId = NULL;
545 Tk_Uid nodeId, winClassId, winNameId;
706 Tk_Uid value;
1386 Tk_Uid id;
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXWm.h60 Tk_Uid titleUid; /* Title to display in window caption. If
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXWm.h103 Tk_Uid titleUid; /* Title to display in window caption. If
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeCtrl.h1045 MODULE_SCOPE char *TreeAlloc_Alloc(ClientData data, Tk_Uid id, int size);
1046 MODULE_SCOPE char *TreeAlloc_CAlloc(ClientData data, Tk_Uid id, int size, int count, int roundUp);
1047 MODULE_SCOPE char *TreeAlloc_Realloc(ClientData data, Tk_Uid id, char *ptr, int size1, int size2);
1048 MODULE_SCOPE void TreeAlloc_Free(ClientData data, Tk_Uid id, char *ptr, int size);
1049 MODULE_SCOPE void TreeAlloc_CFree(ClientData data, Tk_Uid id, char *ptr, int size, int count, int roundUp);
1089 Tk_Uid tagPtr[TREE_TAG_SPACE]; /* Array of tags. The actual size will
1094 MODULE_SCOPE TagInfo *TagInfo_Add(TreeCtrl *tree, TagInfo *tagInfo, Tk_Uid tags[], int numTags);
1095 MODULE_SCOPE TagInfo *TagInfo_Remove(TreeCtrl *tree, TagInfo *tagInfo, Tk_Uid tags[], int numTags);
1096 MODULE_SCOPE Tk_Uid *TagInfo_Names(TreeCtrl *tree, TagInfo *tagInfo, Tk_Uid *tag
[all...]
H A DtkTreeUtils.c3483 Tk_Uid id; /* Name for reporting results. */
3504 Tk_Uid id
3572 Tk_Uid id, /* ID for memory-usage reporting. */
3666 Tk_Uid id, /* ID for memory-usage reporting. */
3700 Tk_Uid id, /* ID for memory-usage reporting. */
3768 Tk_Uid id, /* ID for memory-usage reporting. */
3808 Tk_Uid id, /* ID for memory-usage reporting. */
4092 (Tk_Offset(TagInfo, tagPtr) + ((tagSpace) * sizeof(Tk_Uid)))
4116 Tk_Uid tags[],
4190 Tk_Uid tag
[all...]

Completed in 331 milliseconds

1234