Searched refs:EntryHeight (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/ctwm/dist/
H A Dmenus.c265 y_offset = mi->item_num * Scr->EntryHeight + Scr->MenuShadowDepth;
266 text_y = y_offset + (Scr->EntryHeight - logical_rect.height) / 2
275 mr->width - 2 * Scr->MenuShadowDepth, Scr->EntryHeight, 1,
286 mr->width - 2 * Scr->MenuShadowDepth, Scr->EntryHeight);
299 y_offset + Scr->EntryHeight - 2,
301 y_offset + Scr->EntryHeight - 2);
305 y_offset + Scr->EntryHeight - 1,
307 y_offset + Scr->EntryHeight - 1);
314 Scr->pullPm = Create3DMenuIcon(Scr->EntryHeight - ENTRY_SPACING, &Scr->pullW,
318 y = y_offset + ((Scr->EntryHeight
[all...]
H A Dscreen.h770 int EntryHeight; ///< Menu entry height. Calc'd from font height. member in struct:ScreenInfo
H A Devent_handlers.c596 int yy = Event.xkey.y + Scr->EntryHeight;
600 yy -= (wy - (Scr->EntryHeight / 2) - 2);
621 int yy = Event.xkey.y - Scr->EntryHeight;
625 yy -= (wy - ActiveMenu->height + (Scr->EntryHeight / 2) + 2);
677 yy -= (wy - menu->lastactive->item_num * Scr->EntryHeight -
678 (Scr->EntryHeight / 2) - 2);
680 yy -= (wy - (Scr->EntryHeight / 2) - 2);
752 wy = (item->item_num * Scr->EntryHeight) + (Scr->EntryHeight / 2) + 2;
841 yy -= (wy - item->item_num * Scr->EntryHeight
[all...]
/xsrc/external/mit/twm/dist/src/
H A Dscreen.h207 int EntryHeight; /* menu entry height */ member in struct:ScreenInfo
H A Dmenus.c363 y_offset = mi->item_num * Scr->EntryHeight;
372 (unsigned) mr->width, (unsigned) Scr->EntryHeight);
387 (unsigned) Scr->EntryHeight);
420 (unsigned) mr->width, (unsigned) Scr->EntryHeight);
430 y = ((mi->item_num + 1) * Scr->EntryHeight) - 1;
447 int y_offset = mi->item_num * Scr->EntryHeight;
452 if (e->xexpose.y < (y_offset + Scr->EntryHeight) &&
529 entry = y / Scr->EntryHeight;
571 (savey + ActiveItem->item_num * Scr->EntryHeight)
572 /*(savey + ActiveItem->item_num * Scr->EntryHeight
[all...]

Completed in 9 milliseconds