Home
last modified time | relevance | path

Searched refs:select_pos_x (Results 1 – 10 of 10) sorted by relevance

/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTextInP.h62 Position select_pos_x; /* x position for timer-based scrolling */ member
H A DTextFP.h142 Position select_pos_x; /* x position for timer-based scrolling */ member
H A DDataFP.h110 #define XmTextF_select_pos_x(w) (((XmDataFieldWidget)(w))->text.select_pos_x)
H A DTextIn.c4107 position = (*tw->text.output->XYToPos)(tw, data->select_pos_x, in DoExtendedSelection()
4179 position = (*tw->text.output->XYToPos)(tw, data->select_pos_x, in DoSecondaryExtend()
4260 data->select_pos_x = event->xmotion.x; in CheckTimerScrolling()
4290 data->select_pos_x = (int) ((tw->core.width - o_data->rightmargin) + in CheckTimerScrolling()
4293 data->select_pos_x = tw->core.width; in CheckTimerScrolling()
4309 data->select_pos_x = (Position) (o_data->leftmargin - in CheckTimerScrolling()
4314 data->select_pos_x = (Position) ((tw->core.width - in CheckTimerScrolling()
4321 data->select_pos_x = 0; in CheckTimerScrolling()
4475 data->select_pos_x = 0; in ExtendEnd()
4833 data->select_pos_x = 0; in ExtendSecondaryEnd()
[all …]
H A DTextF.c5205 GetXYFromPos(tf, cursorPos, &(tf->text.select_pos_x),
5331 tf->text.select_pos_x = 0;
5367 position = GetPosFromX(tf, tf->text.select_pos_x);
5439 XmTextPosition position = GetPosFromX(tf, tf->text.select_pos_x);
5513 tf->text.select_pos_x = event->xmotion.x;
5528 tf->text.select_pos_x = (Position) (margin_size -
5532 tf->text.select_pos_x = (Position) ((tf->core.width - margin_size) +
7272 tf->text.select_pos_x = 0;
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DTextInP.h61 Position select_pos_x; member
H A DTextFP.h109 Position select_pos_x; /* x position for timer-based scrolling */ member
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/text/
H A Dtest15.c543 CHECK_INT_VALUE ( select_pos_x ) in PrintDiffs()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DTextF.c3387 x = w->text.select_pos_x; in ExtendHighlight()
4445 tfw->text.select_pos_x = ev->xbutton.x; in extend_adjust()
H A DTextIn.c1556 Text_InputData(w) -> select_pos_x = ev->xbutton.x ; in ExtendSelection()