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

/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/ctext/
H A Dtest.c114 xe.xconfigure.y = (value_mask & CWY) ? winChanges->y : wattr.y;
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 | CWY,
[all...]
/macosx-10.10.1/tcl-105/tk/tk/xlib/X11/
H A DX.h366 #define CWY (1<<1) macro
/macosx-10.10.1/tcl-105/tk84/tk/xlib/X11/
H A DX.h366 #define CWY (1<<1) 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;
1860 if (valueMask & CWY) {
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;
1875 if (valueMask & CWY) {
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.c5062 mask |= CWY;

Completed in 176 milliseconds