Searched refs:ev_x (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DTextP.h216 Position ev_x, ev_y; /* x, y coords for key or button action */ member in struct:_TextPart
/xsrc/external/mit/libXaw/dist/src/
H A DTextAction.c310 ctx->text.ev_x = (Position)event->xbutton.x;
317 ctx->text.ev_x = (Position)(cursor.x + cursor.width / 2);
321 ctx->text.ev_x = (Position)(event->xmotion.x);
326 ctx->text.ev_x = (Position)(event->xcrossing.x);
H A DText.c3218 position = PositionForXY(ctx, (int) ctx->text.ev_x, (int) ctx->text.ev_y);

Completed in 12 milliseconds