Searched refs:selTextGC (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkCanvText.c81 GC selTextGC; /* Graphics context for selected text. */ member in struct:TextItem
249 textPtr->selTextGC = None;
387 if (textPtr->selTextGC != None) {
388 Tk_FreeGC(Tk_Display(tkwin), textPtr->selTextGC);
390 textPtr->selTextGC = newSelGC;
483 if (textPtr->selTextGC != None) {
484 Tk_FreeGC(display, textPtr->selTextGC);
869 TkDisplayChars(display, drawable, textPtr->selTextGC,
H A DtkEntry.c60 GC selTextGC; /* For drawing selected text. */ member in struct:__anon396
380 entryPtr->selTextGC = None;
829 if (entryPtr->selTextGC != None) {
830 Tk_FreeGC(entryPtr->display, entryPtr->selTextGC);
939 if (entryPtr->selTextGC != None) {
940 Tk_FreeGC(entryPtr->display, entryPtr->selTextGC);
942 entryPtr->selTextGC = new;
1151 TkDisplayChars(entryPtr->display, pixmap, entryPtr->selTextGC,
H A DtkListbox.c93 GC selTextGC; /* For drawing selected text. */ member in struct:__anon409
380 listPtr->selTextGC = None;
916 if (listPtr->selTextGC != None) {
917 Tk_FreeGC(listPtr->display, listPtr->selTextGC);
989 if (listPtr->selTextGC != None) {
990 Tk_FreeGC(listPtr->display, listPtr->selTextGC);
992 listPtr->selTextGC = new;
1101 gc = listPtr->selTextGC;

Completed in 19 milliseconds