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

/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXWm.h232 * WM_ADDED_TOPLEVEL_COLORMAP - non-zero means that when "wm colormapwindows"
256 #define WM_ADDED_TOPLEVEL_COLORMAP 0x0400 macro
H A DtkMacOSXWm.c1413 && (wmPtr->flags & WM_ADDED_TOPLEVEL_COLORMAP)) {
1441 wmPtr->flags |= WM_ADDED_TOPLEVEL_COLORMAP;
1445 wmPtr->flags &= ~WM_ADDED_TOPLEVEL_COLORMAP;
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXWm.h274 * WM_ADDED_TOPLEVEL_COLORMAP - non-zero means that when "wm colormapwindows"
298 #define WM_ADDED_TOPLEVEL_COLORMAP 0x0400 macro
H A DtkMacOSXWm.c1178 && (wmPtr->flags & WM_ADDED_TOPLEVEL_COLORMAP)) {
1207 wmPtr->flags |= WM_ADDED_TOPLEVEL_COLORMAP;
1211 wmPtr->flags &= ~WM_ADDED_TOPLEVEL_COLORMAP;
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixWm.c251 * WM_ADDED_TOPLEVEL_COLORMAP - non-zero means that when "wm colormapwindows"
276 #define WM_ADDED_TOPLEVEL_COLORMAP 0x800 macro
1570 && (wmPtr->flags & WM_ADDED_TOPLEVEL_COLORMAP)) {
1610 wmPtr->flags |= WM_ADDED_TOPLEVEL_COLORMAP;
1614 wmPtr->flags &= ~WM_ADDED_TOPLEVEL_COLORMAP;
/macosx-10.9.5/tcl-102/tk/tk/win/
H A DtkWinWm.c308 * WM_ADDED_TOPLEVEL_COLORMAP - Non-zero means that when "wm colormapwindows"
335 #define WM_ADDED_TOPLEVEL_COLORMAP (1<<9) macro
3488 && (wmPtr->flags & WM_ADDED_TOPLEVEL_COLORMAP)) {
3517 wmPtr->flags |= WM_ADDED_TOPLEVEL_COLORMAP;
3521 wmPtr->flags &= ~WM_ADDED_TOPLEVEL_COLORMAP;
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixWm.c236 * WM_ADDED_TOPLEVEL_COLORMAP - non-zero means that when "wm colormapwindows"
263 #define WM_ADDED_TOPLEVEL_COLORMAP 0x800 macro
1366 && (wmPtr->flags & WM_ADDED_TOPLEVEL_COLORMAP)) {
1404 wmPtr->flags |= WM_ADDED_TOPLEVEL_COLORMAP;
1408 wmPtr->flags &= ~WM_ADDED_TOPLEVEL_COLORMAP;
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A DtkWinWm.c300 * WM_ADDED_TOPLEVEL_COLORMAP - non-zero means that when "wm colormapwindows"
326 #define WM_ADDED_TOPLEVEL_COLORMAP (1<<9) macro
3201 && (wmPtr->flags & WM_ADDED_TOPLEVEL_COLORMAP)) {
3231 wmPtr->flags |= WM_ADDED_TOPLEVEL_COLORMAP;
3235 wmPtr->flags &= ~WM_ADDED_TOPLEVEL_COLORMAP;

Completed in 313 milliseconds