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

/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DX.h349 #define CWBorderPixmap (1L<<2) macro
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DX.h349 #define CWBorderPixmap (1L<<2) macro
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkWindow.c1979 if (valueMask & CWBorderPixmap) {
2076 winPtr->dirtyAtts = (winPtr->dirtyAtts & (unsigned) ~CWBorderPixmap)
2095 | CWBorderPixmap;
2192 if (!(winPtr->dirtyAtts & CWBorderPixmap)) {
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkWindow.c1997 if (valueMask & CWBorderPixmap) {
2096 winPtr->dirtyAtts = (winPtr->dirtyAtts & (unsigned) ~CWBorderPixmap)
2116 | CWBorderPixmap;
2213 if (!(winPtr->dirtyAtts & CWBorderPixmap)) {

Completed in 137 milliseconds