Searched refs:pullH (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | screen.h | 83 unsigned int pullW, pullH; /* size of pull right menu icon */ member in struct:ScreenInfo
|
| H A D | menus.c | 406 &Scr->pullW, &Scr->pullH); 410 (((unsigned) Scr->MenuFont.height - Scr->pullH) / 2)); 412 Scr->pullH, x, y, 1);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | menus.c | 315 &Scr->pullH, Scr->MenuC); 318 y = y_offset + ((Scr->EntryHeight - ENTRY_SPACING - Scr->pullH) / 2) + 2; 319 XCopyArea(dpy, Scr->pullPm, mr->w, gc, 0, 0, Scr->pullW, Scr->pullH, x, y); 385 &Scr->pullW, &Scr->pullH); 388 y = y_offset + ((Scr->MenuFont.height - Scr->pullH) / 2); 390 Scr->pullW, Scr->pullH, x, y, 1);
|
| H A D | screen.h | 268 unsigned int pullH; ///< Dimensions of ScreenInfo.pullPm member in struct:ScreenInfo
|
Completed in 10 milliseconds