Searched refs:menuHeight (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixWm.c111 int menuHeight; /* Amount of vertical space needed for member in struct:TkWmInfo
3954 (winPtr->reqHeight + wmPtr->menuHeight))) {
3968 + (configEventPtr->height - wmPtr->menuHeight
3974 wmPtr->height = configEventPtr->height - wmPtr->menuHeight;
4033 * the wrapper. If the menuHeight happens to be zero, we'll get a BadValue
4039 wmPtr->menuHeight, (unsigned) wrapperPtr->changes.width,
4040 (unsigned) (wrapperPtr->changes.height - wmPtr->menuHeight));
4044 || (Tk_Height(wmPtr->menubar) != wmPtr->menuHeight))) {
4046 wmPtr->menuHeight);
4057 winPtr->changes.y = wrapperPtr->changes.y + wmPtr->menuHeight;
[all...]
/macosx-10.10/tcl-105/tk84/tk/unix/
H A DtkUnixWm.c95 int menuHeight; /* Amount of vertical space needed for member in struct:TkWmInfo
3644 (winPtr->reqHeight + wmPtr->menuHeight))) {
3658 + (configEventPtr->height - wmPtr->menuHeight
3664 wmPtr->height = configEventPtr->height - wmPtr->menuHeight;
3725 * the wrapper. If the menuHeight happens to be zero, we'll get a
3731 wmPtr->menuHeight, (unsigned) wrapperPtr->changes.width,
3732 (unsigned) (wrapperPtr->changes.height - wmPtr->menuHeight));
3736 || (Tk_Height(wmPtr->menubar) != wmPtr->menuHeight))) {
3738 wmPtr->menuHeight);
3749 winPtr->changes.y = wrapperPtr->changes.y + wmPtr->menuHeight;
[all...]

Completed in 135 milliseconds