Searched defs:tkTextNormalUid (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkText.c142 Tk_Uid tkTextNormalUid = NULL; variable
225 if (tkTextNormalUid == NULL) {
229 tkTextNormalUid = Tk_GetUid("normal");
254 textPtr->state = tkTextNormalUid;
486 if (textPtr->state == tkTextNormalUid) {
589 if (textPtr->state == tkTextNormalUid) {
766 if ((textPtr->state != tkTextNormalUid)
770 textPtr->state = tkTextNormalUid;

Completed in 15 milliseconds