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

/macosx-10.10.1/tcl-105/tk/tk/generic/ttk/
H A DttkEntry.c82 Tcl_Obj *selForegroundObj; /* Foreground color for selected text */ member in struct:__anon13307
224 INIT(selForegroundObj, DEF_SELECT_FG)
235 Tcl_DecrRefCount(es->selForegroundObj);
262 INIT(selForegroundObj, "-selectforeground")
270 es->selForegroundObj = Ttk_UseColor(cache, tkwin, es->selForegroundObj);
1254 gc = EntryGetGC(entryPtr, es.selForegroundObj);

Completed in 172 milliseconds