Searched refs:CWX (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dtest.c113 xe.xconfigure.x = (value_mask & CWX) ? winChanges->x : wattr.x;
221 PanacheConfigureNormalWindow (children[i], CWX|CWY|CWWidth|CWHeight);
273 XConfigureWindow(dis, event->window, CWX|CWY|CWWidth|CWHeight, &wc);
274 sendConfigureNotify (event->window, CWX|CWY|CWWidth|CWHeight, &wc);
695 PanacheConfigureNormalWindow (win, CWX|CWY|CWWidth|CWHeight);
717 XConfigureWindow(dis, win, CWX|CWY|CWWidth|CWHeight, &wc);
718 sendConfigureNotify (win, CWX|CWY|CWWidth|CWHeight, &wc);
817 XConfigureWindow (dis, win, CWX | CWY, &wc);
818 sendConfigureNotify (win, CWX | CWY, &wc);
828 XConfigureWindow (dis, win, CWX | CW
[all...]
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DX.h365 #define CWX (1<<0) macro
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DX.h365 #define CWX (1<<0) macro
/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DInternal.c624 change_mask = (CWX | CWY | CWWidth | CWHeight);
751 change_mask = (CWX | CWY | CWWidth | CWHeight);
/macosx-10.10.1/tcl-105/tk/tk/generic/
H A DtkWindow.c687 winPtr->dirtyChanges = CWX|CWY|CWWidth|CWHeight|CWBorderWidth;
1857 if (valueMask & CWX) {
1899 winPtr->dirtyChanges |= CWX|CWY;
1940 winPtr->dirtyChanges |= CWX|CWY|CWWidth|CWHeight;
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinWindow.c658 if (valueMask & (CWX|CWY|CWWidth|CWHeight)) {
/macosx-10.10.1/tcl-105/tk84/tk/generic/
H A DtkWindow.c680 winPtr->dirtyChanges = CWX|CWY|CWWidth|CWHeight|CWBorderWidth;
1872 if (valueMask & CWX) {
1915 winPtr->dirtyChanges |= CWX|CWY;
1957 winPtr->dirtyChanges |= CWX|CWY|CWWidth|CWHeight;
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinWindow.c662 if (value_mask & (CWX|CWY|CWWidth|CWHeight)) {
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXSubwindows.c632 if (value_mask & (CWX|CWY|CWWidth|CWHeight)) {
/macosx-10.10.1/tcl-105/tk84/tk/macosx/
H A DtkMacOSXSubwindows.c732 if (value_mask & (CWX|CWY|CWWidth|CWHeight)) {
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxterm.c5060 mask |= CWX;

Completed in 121 milliseconds