Home
last modified time | relevance | path

Searched refs:pullPm (Results 1 – 9 of 9) sorted by relevance

/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dmenus.c305 if(Scr->pullPm == None) { in Paint3DEntry()
306 Scr->pullPm = Create3DMenuIcon(Scr->EntryHeight - ENTRY_SPACING, &Scr->pullW, in Paint3DEntry()
311 XCopyArea(dpy, Scr->pullPm, mr->w, gc, 0, 0, Scr->pullW, Scr->pullH, x, y); in Paint3DEntry()
375 if(Scr->pullPm == None) { in PaintNormalEntry()
376 Scr->pullPm = CreateMenuIcon(Scr->MenuFont.height, in PaintNormalEntry()
381 XCopyPlane(dpy, Scr->pullPm, mr->w, gc, 0, 0, in PaintNormalEntry()
H A Dscreen.h258 Pixmap pullPm; ///< In-menu submenu item marker icon member
/dports/x11-wm/twm/twm-1.0.11/src/
H A Dscreen.h82 Pixmap pullPm; /* pull right menu icon */ member
H A Dmenus.c405 if (Scr->pullPm == None) { in PaintEntry()
406 Scr->pullPm = CreateMenuIcon(Scr->MenuFont.height, in PaintEntry()
412 XCopyPlane(dpy, Scr->pullPm, mr->w, gc, 0, 0, Scr->pullW, in PaintEntry()
H A Dtwm.c565 Scr->pullPm = None; in main()
/dports/x11-wm/piewm/piewm-1.04/
H A Dscreen.h101 Pixmap pullPm; /* pull right menu arrow */ member
H A Dtwm.c465 Scr->pullPm = None; in main()
H A Dmenus.c548 if (Scr->pullPm == None) { in PaintEntry()
549 Scr->pullPm = CreateMenuIcon (Scr->MenuFont.height, in PaintEntry()
554 XCopyPlane(dpy, Scr->pullPm, mr->w, gc, 0, 0, in PaintEntry()
/dports/x11-wm/vtwm/vtwm-5.5.0/doc/
H A D4.README96 ! menus.c:476: Scr->pullPm = Create3DMenuIcon (Scr->MenuFont.height, &Scr->pullW,