Searched refs:tearoffGC (Results 1 – 1 of 1) sorted by relevance
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/ |
H A D | TearOff.c | 374 GC tearoffGC; in DoPlacement() local 394 tearoffGC = InitXmTearOffXorGC((Widget)rc); in DoPlacement() 411 SetupOutline((Widget)rc, tearoffGC, outline, event, delta_x, delta_y); in DoPlacement() 426 EraseOutline((Widget)rc, tearoffGC, outline); in DoPlacement() 441 MoveOutline((Widget)rc, tearoffGC, outline, event, in DoPlacement() 451 EraseOutline((Widget)rc, tearoffGC, outline); in DoPlacement() 465 XFreeGC(XtDisplay(rc), tearoffGC); in DoPlacement()
|