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

/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkEntry.h116 XColor *selFgColorPtr; /* Foreground color for selected text. */ member in struct:__anon13433
H A DtkListbox.c87 XColor *selFgColorPtr; /* Foreground color for selected elements. */ member in struct:__anon13451
282 DEF_LISTBOX_SELECT_FG_COLOR, -1, Tk_Offset(Listbox, selFgColorPtr),
540 listPtr->selFgColorPtr = None;
1802 if (listPtr->selFgColorPtr != NULL) {
1803 gcValues.foreground = listPtr->selFgColorPtr->pixel;
1968 if (listPtr->selFgColorPtr) {
1969 gcValues.foreground = listPtr->selFgColorPtr->pixel;
H A DtkText.h711 XColor *selFgColorPtr; /* Foreground color for selected text. This is member in struct:TkText
H A DtkCanvText.c470 if (textInfoPtr->selFgColorPtr != NULL) {
471 gcValues.foreground = textInfoPtr->selFgColorPtr->pixel;
H A Dtk.h1102 XColor *selFgColorPtr; /* Foreground color for selected text.
1099 XColor *selFgColorPtr; /* Foreground color for selected text. member in struct:Tk_CanvasTextInfo
H A DtkEntry.c137 DEF_ENTRY_SELECT_FG_COLOR, -1, Tk_Offset(Entry, selFgColorPtr),
283 DEF_ENTRY_SELECT_FG_COLOR, -1, Tk_Offset(Entry, selFgColorPtr),
1459 if (entryPtr->selFgColorPtr != NULL) {
1460 gcValues.foreground = entryPtr->selFgColorPtr->pixel;
H A DtkText.c201 DEF_TEXT_SELECT_FG_COLOR, -1, Tk_Offset(TkText, selFgColorPtr),
613 textPtr->selFgColorPtr = NULL;
2166 textPtr->selTagPtr->fgColor = textPtr->selFgColorPtr;
2381 * selFgColorPtr: they are duplicates of information in the "sel" tag,
2390 textPtr->selFgColorPtr = NULL;
H A DtkTextTag.c477 textPtr->selFgColorPtr = tagPtr->fgColor;
H A DtkCanvas.c183 DEF_CANVAS_SELECT_FG_COLOR, Tk_Offset(TkCanvas, textInfo.selFgColorPtr),
186 DEF_CANVAS_SELECT_FG_MONO, Tk_Offset(TkCanvas, textInfo.selFgColorPtr),
429 canvasPtr->textInfo.selFgColorPtr = NULL;
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkEntry.h117 XColor *selFgColorPtr; /* Foreground color for selected text. */ member in struct:__anon13780
H A DtkListbox.c86 XColor *selFgColorPtr; /* Foreground color for selected elements. */ member in struct:__anon13793
280 DEF_LISTBOX_SELECT_FG_COLOR, -1, Tk_Offset(Listbox, selFgColorPtr),
547 listPtr->selFgColorPtr = None;
1794 if (listPtr->selFgColorPtr != NULL) {
1795 gcValues.foreground = listPtr->selFgColorPtr->pixel;
1944 if (listPtr->selFgColorPtr) {
1945 gcValues.foreground = listPtr->selFgColorPtr->pixel;
H A DtkText.c115 DEF_TEXT_SELECT_FG_COLOR, Tk_Offset(TkText, selFgColorPtr),
118 DEF_TEXT_SELECT_FG_MONO, Tk_Offset(TkText, selFgColorPtr),
993 * NOTE: do NOT free up selBorder, selBdString, or selFgColorPtr:
1000 textPtr->selFgColorPtr = NULL;
1104 textPtr->selTagPtr->fgColor = textPtr->selFgColorPtr;
H A DtkText.h582 XColor *selFgColorPtr; /* Foreground color for selected text. member in struct:TkText
H A DtkCanvText.c472 if (textInfoPtr->selFgColorPtr != NULL) {
473 gcValues.foreground = textInfoPtr->selFgColorPtr->pixel;
H A Dtk.h1108 XColor *selFgColorPtr; /* Foreground color for selected text.
1106 XColor *selFgColorPtr; /* Foreground color for selected text. member in struct:Tk_CanvasTextInfo
H A DtkEntry.c146 DEF_ENTRY_SELECT_FG_COLOR, -1, Tk_Offset(Entry, selFgColorPtr),
304 DEF_ENTRY_SELECT_FG_COLOR, -1, Tk_Offset(Entry, selFgColorPtr),
1505 if (entryPtr->selFgColorPtr != NULL) {
1506 gcValues.foreground = entryPtr->selFgColorPtr->pixel;
H A DtkTextTag.c428 textPtr->selFgColorPtr = tagPtr->fgColor;
H A DtkCanvas.c181 DEF_CANVAS_SELECT_FG_COLOR, Tk_Offset(TkCanvas, textInfo.selFgColorPtr),
184 DEF_CANVAS_SELECT_FG_MONO, Tk_Offset(TkCanvas, textInfo.selFgColorPtr),
424 canvasPtr->textInfo.selFgColorPtr = NULL;

Completed in 342 milliseconds