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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1TextP.h161 Position ev_x, ev_y; /* x, y coords for key or button action */ member in struct:_TextPart
H A DXaw3_1TextAction.c91 ctx->text.ev_x = event->xbutton.x;
97 ctx->text.ev_x = event->xkey.x;
102 ctx->text.ev_x = event->xmotion.x;
108 ctx->text.ev_x = event->xcrossing.x;
H A DXaw3_1Text.c644 ctx->text.ev_x = x;
2158 position = PositionForXY (ctx, (int) ctx->text.ev_x, (int) ctx->text.ev_y);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DTextP.h202 Position ev_x, ev_y; /* x, y coords for key or button action */ member in struct:_TextPart
H A DTextAction.c121 ctx->text.ev_x = event->xbutton.x;
129 ctx->text.ev_x = cursor.x + cursor.width / 2;;
134 ctx->text.ev_x = event->xmotion.x;
139 ctx->text.ev_x = event->xcrossing.x;
H A DText.c684 ctx->text.ev_x = x;
2558 position = PositionForXY (ctx, (int) ctx->text.ev_x, (int) ctx->text.ev_y);

Completed in 28 milliseconds