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

/xsrc/external/mit/twm/dist/src/
H A Dmenus.h81 short item_num; /* item number of this menu */ member in struct:MenuItem
H A Dmenus.c363 y_offset = mi->item_num * Scr->EntryHeight;
430 y = ((mi->item_num + 1) * Scr->EntryHeight) - 1;
447 int y_offset = mi->item_num * Scr->EntryHeight;
538 if (ActiveItem->item_num == entry && ActiveItem->state)
571 (savey + ActiveItem->item_num * Scr->EntryHeight)
572 /*(savey + ActiveItem->item_num * Scr->EntryHeight +
710 tmp->item_num = menu->items++;
861 num = end->item_num - start->item_num;
/xsrc/external/mit/ctwm/dist/
H A Dmenus.h57 short item_num; /* item number of this menu */ member in struct:MenuItem
H A Dmenus.c265 y_offset = mi->item_num * Scr->EntryHeight + Scr->MenuShadowDepth;
343 y_offset = mi->item_num * Scr->EntryHeight;
408 y = ((mi->item_num + 1) * Scr->EntryHeight) - 1;
428 int y_offset = mi->item_num * Scr->EntryHeight;
561 if(ActiveItem->item_num == entry && ActiveItem->state) {
598 (savey + ActiveItem->item_num * Scr->EntryHeight)
599 /*(savey + ActiveItem->item_num * Scr->EntryHeight +
830 tmp->item_num = menu->items++;
1054 int num = end->item_num - start->item_num;
[all...]
H A Devent_handlers.c677 yy -= (wy - menu->lastactive->item_num * Scr->EntryHeight -
752 wy = (item->item_num * Scr->EntryHeight) + (Scr->EntryHeight / 2) + 2;
841 yy -= (wy - item->item_num * Scr->EntryHeight - (Scr->EntryHeight / 2) - 2);

Completed in 11 milliseconds