Home
last modified time | relevance | path

Searched refs:vRootHeight (Results 1 – 25 of 25) sorted by relevance

/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkMenuDraw.c846 int vRootX, vRootY, vRootWidth, vRootHeight; in TkPostTearoffMenu() local
883 &vRootWidth, &vRootHeight); in TkPostTearoffMenu()
891 vRootHeight -= Tk_ReqHeight(menuPtr->tkwin); in TkPostTearoffMenu()
892 if (y > vRootY + vRootHeight) { in TkPostTearoffMenu()
893 y = vRootY + vRootHeight; in TkPostTearoffMenu()
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DtkMacOSXWm.h160 unsigned int vRootWidth, vRootHeight; member
H A DtkMacOSXWm.c3792 y = wmPtr->vRootHeight - wmPtr->y in UpdateGeometryInfo()
4387 wmPtr->vRootHeight = DisplayHeight(winPtr->display, winPtr->screenNum); in UpdateVRootGeometry()
4398 &wmPtr->vRootWidth, &wmPtr->vRootHeight, &bd, &dummy); in UpdateVRootGeometry()
4402 wmPtr->vRootHeight, status); in UpdateVRootGeometry()
4469 *heightPtr = wmPtr->vRootHeight; in Tk_GetVRootGeometry()
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DtkMacOSXWm.h162 unsigned int vRootWidth, vRootHeight; member
H A DtkMacOSXMenu.c1010 int vRootX, vRootY, vRootWidth, vRootHeight; in TkpPostTearoffMenu() local
1054 &vRootWidth, &vRootHeight); in TkpPostTearoffMenu()
1062 vRootHeight -= Tk_ReqHeight(menuPtr->tkwin); in TkpPostTearoffMenu()
1063 if (y > vRootY + vRootHeight) { in TkpPostTearoffMenu()
1064 y = vRootY + vRootHeight; in TkpPostTearoffMenu()
H A DtkMacOSXWm.c2165 y = wmPtr->vRootHeight - wmPtr->y in WmGeometryCmd()
4564 wmPtr->vRootHeight - y - newHeight - borderheight; in ParseGeometry()
4900 wmPtr->vRootHeight = DisplayHeight(winPtr->display, winPtr->screenNum); in UpdateVRootGeometry()
4911 &wmPtr->vRootWidth, &wmPtr->vRootHeight, &bd, &dummy); in UpdateVRootGeometry()
4915 wmPtr->vRootHeight, status); in UpdateVRootGeometry()
4982 *heightPtr = wmPtr->vRootHeight; in Tk_GetVRootGeometry()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DtkMacOSXWm.h163 unsigned int vRootWidth, vRootHeight; member
H A DtkMacOSXMenu.c1011 int vRootX, vRootY, vRootWidth, vRootHeight; in TkpPostTearoffMenu() local
1055 &vRootWidth, &vRootHeight); in TkpPostTearoffMenu()
1063 vRootHeight -= Tk_ReqHeight(menuPtr->tkwin); in TkpPostTearoffMenu()
1064 if (y > vRootY + vRootHeight) { in TkpPostTearoffMenu()
1065 y = vRootY + vRootHeight; in TkpPostTearoffMenu()
H A DtkMacOSXWm.c2165 y = wmPtr->vRootHeight - wmPtr->y in WmGeometryCmd()
4562 wmPtr->vRootHeight - y - newHeight - borderheight; in ParseGeometry()
4919 wmPtr->vRootHeight = DisplayHeight(winPtr->display, winPtr->screenNum); in UpdateVRootGeometry()
4930 &wmPtr->vRootWidth, &wmPtr->vRootHeight, &bd, &dummy); in UpdateVRootGeometry()
4934 wmPtr->vRootHeight, status); in UpdateVRootGeometry()
5001 *heightPtr = wmPtr->vRootHeight; in Tk_GetVRootGeometry()
/dports/x11-toolkits/tk87/tk8.7a5/unix/
H A DtkUnixMenu.c936 int vRootX, vRootY, vRootWidth, vRootHeight; in TkpPostTearoffMenu() local
980 &vRootWidth, &vRootHeight); in TkpPostTearoffMenu()
988 vRootHeight -= Tk_ReqHeight(menuPtr->tkwin); in TkpPostTearoffMenu()
989 if (y > vRootY + vRootHeight) { in TkpPostTearoffMenu()
990 y = vRootY + vRootHeight; in TkpPostTearoffMenu()
H A DtkUnixWm.c194 int vRootWidth, vRootHeight;/* Dimensions of the virtual root window. If member
4081 wmPtr->y = wmPtr->vRootHeight - (wmPtr->y + wmPtr->parentHeight); in ConfigureEvent()
4335 wmPtr->y = wmPtr->vRootHeight - (wmPtr->y + wmPtr->parentHeight); in ComputeReparentGeometry()
4666 y = wmPtr->vRootHeight - wmPtr->y in UpdateGeometryInfo()
6054 wmPtr->vRootHeight = DisplayHeight(winPtr->display, winPtr->screenNum); in UpdateVRootGeometry()
6066 (unsigned *) &wmPtr->vRootHeight, (unsigned *) &bd, in UpdateVRootGeometry()
6071 printf("height = %d, status = %d\n", wmPtr->vRootHeight, status); in UpdateVRootGeometry()
6146 *heightPtr = wmPtr->vRootHeight; in Tk_GetVRootGeometry()
/dports/x11-toolkits/tk86/tk8.6.12/unix/
H A DtkUnixMenu.c938 int vRootX, vRootY, vRootWidth, vRootHeight; in TkpPostTearoffMenu() local
982 &vRootWidth, &vRootHeight); in TkpPostTearoffMenu()
990 vRootHeight -= Tk_ReqHeight(menuPtr->tkwin); in TkpPostTearoffMenu()
991 if (y > vRootY + vRootHeight) { in TkpPostTearoffMenu()
992 y = vRootY + vRootHeight; in TkpPostTearoffMenu()
H A DtkUnixWm.c194 int vRootWidth, vRootHeight;/* Dimensions of the virtual root window. If member
4085 wmPtr->y = wmPtr->vRootHeight - (wmPtr->y + wmPtr->parentHeight); in ConfigureEvent()
4339 wmPtr->y = wmPtr->vRootHeight - (wmPtr->y + wmPtr->parentHeight); in ComputeReparentGeometry()
4670 y = wmPtr->vRootHeight - wmPtr->y in UpdateGeometryInfo()
6058 wmPtr->vRootHeight = DisplayHeight(winPtr->display, winPtr->screenNum); in UpdateVRootGeometry()
6070 (unsigned *) &wmPtr->vRootHeight, (unsigned *) &bd, in UpdateVRootGeometry()
6075 printf("height = %d, status = %d\n", wmPtr->vRootHeight, status); in UpdateVRootGeometry()
6150 *heightPtr = wmPtr->vRootHeight; in Tk_GetVRootGeometry()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkFocus.c742 int focusX, focusY, vRootX, vRootY, vRootWidth, vRootHeight; local
776 &vRootWidth, &vRootHeight);
H A DtkMenuDraw.c861 int vRootX, vRootY, vRootWidth, vRootHeight; local
905 &vRootWidth, &vRootHeight);
/dports/shells/ksh93/ast-93u/src/lib/libtk/unix/
H A DtkUnixWm.c168 int vRootWidth, vRootHeight;/* Dimensions of the virtual root window. member
2027 wmPtr->y = wmPtr->vRootHeight - (wmPtr->y + wmPtr->parentHeight);
2249 wmPtr->y = wmPtr->vRootHeight - (wmPtr->y + wmPtr->parentHeight);
2464 y = wmPtr->vRootHeight - wmPtr->y
3327 wmPtr->vRootHeight = DisplayHeight(winPtr->display, winPtr->screenNum);
3340 (unsigned int *) &wmPtr->vRootHeight, (unsigned int *) &bd,
3345 printf("height = %d, status = %d\n", wmPtr->vRootHeight, status);
3412 *heightPtr = wmPtr->vRootHeight;
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/unix/
H A DtkUnixWm.c168 int vRootWidth, vRootHeight;/* Dimensions of the virtual root window. member
2027 wmPtr->y = wmPtr->vRootHeight - (wmPtr->y + wmPtr->parentHeight);
2249 wmPtr->y = wmPtr->vRootHeight - (wmPtr->y + wmPtr->parentHeight);
2464 y = wmPtr->vRootHeight - wmPtr->y
3327 wmPtr->vRootHeight = DisplayHeight(winPtr->display, winPtr->screenNum);
3340 (unsigned int *) &wmPtr->vRootHeight, (unsigned int *) &bd,
3345 printf("height = %d, status = %d\n", wmPtr->vRootHeight, status);
3412 *heightPtr = wmPtr->vRootHeight;
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/unix/
H A DtkUnixWm.c168 int vRootWidth, vRootHeight;/* Dimensions of the virtual root window. member
2027 wmPtr->y = wmPtr->vRootHeight - (wmPtr->y + wmPtr->parentHeight);
2249 wmPtr->y = wmPtr->vRootHeight - (wmPtr->y + wmPtr->parentHeight);
2464 y = wmPtr->vRootHeight - wmPtr->y
3327 wmPtr->vRootHeight = DisplayHeight(winPtr->display, winPtr->screenNum);
3340 (unsigned int *) &wmPtr->vRootHeight, (unsigned int *) &bd,
3345 printf("height = %d, status = %d\n", wmPtr->vRootHeight, status);
3412 *heightPtr = wmPtr->vRootHeight;
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DtkWinMenu.c881 int vRootX, vRootY, vRootWidth, vRootHeight; in TkpPostTearoffMenu() local
926 &vRootWidth, &vRootHeight); in TkpPostTearoffMenu()
934 vRootHeight -= Tk_ReqHeight(menuPtr->tkwin); in TkpPostTearoffMenu()
935 if (y > vRootY + vRootHeight) { in TkpPostTearoffMenu()
936 y = vRootY + vRootHeight; in TkpPostTearoffMenu()
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinMenu.c881 int vRootX, vRootY, vRootWidth, vRootHeight; in TkpPostTearoffMenu() local
926 &vRootWidth, &vRootHeight); in TkpPostTearoffMenu()
934 vRootHeight -= Tk_ReqHeight(menuPtr->tkwin); in TkpPostTearoffMenu()
935 if (y > vRootY + vRootHeight) { in TkpPostTearoffMenu()
936 y = vRootY + vRootHeight; in TkpPostTearoffMenu()
/dports/x11-toolkits/tk85/tk8.5.19/unix/
H A DtkUnixWm.c193 int vRootWidth, vRootHeight;/* Dimensions of the virtual root window. If member
3981 wmPtr->y = wmPtr->vRootHeight - (wmPtr->y + wmPtr->parentHeight); in ConfigureEvent()
4237 wmPtr->y = wmPtr->vRootHeight - (wmPtr->y + wmPtr->parentHeight); in ComputeReparentGeometry()
4570 y = wmPtr->vRootHeight - wmPtr->y in UpdateGeometryInfo()
5934 wmPtr->vRootHeight = DisplayHeight(winPtr->display, winPtr->screenNum); in UpdateVRootGeometry()
5946 (unsigned int *) &wmPtr->vRootHeight, (unsigned int *) &bd, in UpdateVRootGeometry()
5951 printf("height = %d, status = %d\n", wmPtr->vRootHeight, status); in UpdateVRootGeometry()
6026 *heightPtr = wmPtr->vRootHeight; in Tk_GetVRootGeometry()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/unix/
H A DtkUnixWm.c209 int vRootWidth, vRootHeight;/* Dimensions of the virtual root window. If member
4029 wmPtr->y = wmPtr->vRootHeight - (wmPtr->y + wmPtr->parentHeight);
4284 wmPtr->y = wmPtr->vRootHeight - (wmPtr->y + wmPtr->parentHeight);
4621 y = wmPtr->vRootHeight - wmPtr->y
5878 wmPtr->vRootHeight = DisplayHeight(winPtr->display, winPtr->screenNum);
5890 (unsigned int *) &wmPtr->vRootHeight, (unsigned int *) &bd,
5895 printf("height = %d, status = %d\n", wmPtr->vRootHeight, status);
5970 *heightPtr = wmPtr->vRootHeight;
/dports/shells/ksh93/ast-93u/src/lib/libtk/generic/
H A DtkMenu.c827 int vRootWidth, vRootHeight; local
883 &vRootWidth, &vRootHeight);
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtk/generic/
H A DtkMenu.c827 int vRootWidth, vRootHeight; local
883 &vRootWidth, &vRootHeight);
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtk/generic/
H A DtkMenu.c827 int vRootWidth, vRootHeight; local
883 &vRootWidth, &vRootHeight);