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

/ast/src/lib/libtk/generic/
H A DtkFrame.c62 XColor *highlightBgColorPtr; member in struct:__anon399
126 Tk_Offset(Frame, highlightBgColorPtr), BOTH},
374 framePtr->highlightBgColorPtr = NULL;
632 gc = Tk_GCForColor(framePtr->highlightBgColorPtr,
H A DtkMessage.c54 XColor *highlightBgColorPtr; member in struct:__anon411
136 Tk_Offset(Message, highlightBgColorPtr), 0},
239 msgPtr->highlightBgColorPtr = NULL;
733 gc = Tk_GCForColor(msgPtr->highlightBgColorPtr, Tk_WindowId(tkwin));
H A DtkCanvas.h55 XColor *highlightBgColorPtr; member in struct:TkCanvas
H A DtkMenubutton.c76 XColor *highlightBgColorPtr; member in struct:__anon410
227 Tk_Offset(MenuButton, highlightBgColorPtr), 0},
363 mbPtr->highlightBgColorPtr = NULL;
943 gc = Tk_GCForColor(mbPtr->highlightBgColorPtr, pixmap);
H A DtkScrollbar.c68 XColor *highlightBgColorPtr; member in struct:__anon416
210 Tk_Offset(Scrollbar, highlightBgColorPtr), 0},
333 scrollPtr->highlightBgColorPtr = NULL;
835 gc = Tk_GCForColor(scrollPtr->highlightBgColorPtr, pixmap);
H A DtkButton.c81 XColor *highlightBgColorPtr; member in struct:__anon390
283 Tk_Offset(Button, highlightBgColorPtr), ALL_MASK},
552 butPtr->highlightBgColorPtr = NULL;
1396 gc = Tk_GCForColor(butPtr->highlightBgColorPtr, pixmap);
H A DtkEntry.c75 XColor *highlightBgColorPtr; member in struct:__anon396
201 Tk_Offset(Entry, highlightBgColorPtr), 0},
388 entryPtr->highlightBgColorPtr = NULL;
1184 gc = Tk_GCForColor(entryPtr->highlightBgColorPtr, pixmap);
H A DtkListbox.c77 XColor *highlightBgColorPtr; member in struct:__anon409
224 Tk_Offset(Listbox, highlightBgColorPtr), 0},
371 listPtr->highlightBgColorPtr = NULL;
1179 gc = Tk_GCForColor(listPtr->highlightBgColorPtr, pixmap);
H A DtkScale.c105 XColor *highlightBgColorPtr; member in struct:__anon415
255 Tk_Offset(Scale, highlightBgColorPtr), 0},
429 scalePtr->highlightBgColorPtr = NULL;
1561 gc = Tk_GCForColor(scalePtr->highlightBgColorPtr, pixmap);
H A DtkText.h455 XColor *highlightBgColorPtr; member in struct:TkText

Completed in 45 milliseconds