Searched refs:select_pos_x (Results 1 – 10 of 10) sorted by relevance
62 Position select_pos_x; /* x position for timer-based scrolling */ member
142 Position select_pos_x; /* x position for timer-based scrolling */ member
110 #define XmTextF_select_pos_x(w) (((XmDataFieldWidget)(w))->text.select_pos_x)
4107 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 …]
5205 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;
61 Position select_pos_x; member
109 Position select_pos_x; /* x position for timer-based scrolling */ member
543 CHECK_INT_VALUE ( select_pos_x ) in PrintDiffs()
3387 x = w->text.select_pos_x; in ExtendHighlight()4445 tfw->text.select_pos_x = ev->xbutton.x; in extend_adjust()
1556 Text_InputData(w) -> select_pos_x = ev->xbutton.x ; in ExtendSelection()