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

/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkMenubutton.h118 GC normalTextGC; /* GC for drawing text in normal mode. */ member in struct:__anon13231
120 * means use normalTextGC). */
H A DtkMenubutton.c273 mbPtr->normalTextGC = None;
441 if (mbPtr->normalTextGC != None) {
442 Tk_FreeGC(mbPtr->display, mbPtr->normalTextGC);
693 if (mbPtr->normalTextGC != None) {
694 Tk_FreeGC(mbPtr->display, mbPtr->normalTextGC);
696 mbPtr->normalTextGC = gc;
H A DtkButton.h163 GC normalTextGC; /* GC for drawing text in normal mode. Also member in struct:__anon13203
167 * means use normalTextGC). */
H A DtkButton.c711 butPtr->normalTextGC = None;
981 if (butPtr->normalTextGC != None) {
982 Tk_FreeGC(butPtr->display, butPtr->normalTextGC);
1363 * Note: GraphicsExpose events are disabled in normalTextGC because it's
1371 if (butPtr->normalTextGC != None) {
1372 Tk_FreeGC(butPtr->display, butPtr->normalTextGC);
1374 butPtr->normalTextGC = newGC;
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkMenubutton.h122 GC normalTextGC; /* GC for drawing text in normal mode. */ member in struct:__anon13573
124 * means use normalTextGC). */
H A DtkMenubutton.c276 mbPtr->normalTextGC = None;
449 if (mbPtr->normalTextGC != None) {
450 Tk_FreeGC(mbPtr->display, mbPtr->normalTextGC);
704 if (mbPtr->normalTextGC != None) {
705 Tk_FreeGC(mbPtr->display, mbPtr->normalTextGC);
707 mbPtr->normalTextGC = gc;
H A DtkButton.h157 GC normalTextGC; /* GC for drawing text in normal mode. Also member in struct:__anon13550
161 * means use normalTextGC). */
H A DtkButton.c703 butPtr->normalTextGC = None;
981 if (butPtr->normalTextGC != None) {
982 Tk_FreeGC(butPtr->display, butPtr->normalTextGC);
1335 * Note: GraphicsExpose events are disabled in normalTextGC because it's
1343 if (butPtr->normalTextGC != None) {
1344 Tk_FreeGC(butPtr->display, butPtr->normalTextGC);
1346 butPtr->normalTextGC = newGC;
/macosx-10.10.1/tcl-105/tk84/tk/unix/
H A DtkUnixButton.c115 gc = butPtr->normalTextGC;
421 gc = butPtr->normalTextGC;
462 gc = butPtr->normalTextGC;
H A DtkUnixMenubu.c101 gc = mbPtr->normalTextGC;
303 mbPtr->normalTextGC, 0, 0, (unsigned) Tk_Width(tkwin),
/macosx-10.10.1/tcl-105/tk/tk/unix/
H A DtkUnixMenubu.c104 gc = mbPtr->normalTextGC;
312 mbPtr->normalTextGC, 0, 0, (unsigned) Tk_Width(tkwin),
H A DtkUnixButton.c393 gc = butPtr->normalTextGC;
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXMenubutton.c320 mbPtr->bitmap, mbPtr->normalTextGC, width, height);
H A DtkMacOSXButton.c555 butPtr->bitmap, butPtr->normalTextGC, width, height);
724 gc = butPtr->normalTextGC;
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXMenubutton.c300 gc = butPtr->normalTextGC;
H A DtkMacOSXButton.c1560 dpPtr->gc = butPtr->normalTextGC;
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinButton.c369 gc = butPtr->normalTextGC;
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinButton.c374 gc = butPtr->normalTextGC;

Completed in 125 milliseconds