Home
last modified time | relevance | path

Searched refs:sec_pos_right (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/Xm/
H A DTextFP.h104 XmTextPosition sec_pos_right; /* usused */ member
252 #define TextF_SecondaryEnd(w) (TextF__(w).sec_pos_right)
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTextFP.h137 XmTextPosition sec_pos_right; /* Right secondary selection position */ member
H A DTextF.c5450 if (tf->text.sec_pos_right >= 0)
5548 if (tf->text.sec_pos_right >= prim_left &&
5549 tf->text.sec_pos_right <= prim_right) {
5555 tf->text.sec_pos_right,
5577 tf->text.sec_pos_right >= prim_right) {
5589 tf->text.sec_pos_right,
5633 tf->text.sec_pos_right = right;
5637 tf->text.sec_pos_right = right;
5652 tf->text.sec_pos_right,
5995 right = tf->text.sec_pos_right;
[all …]
H A DDataFP.h107 #define XmTextF_sec_pos_right(w) (((XmDataFieldWidget)(w))->text.sec_pos_right)
H A DTextFSel.c468 right = tf->text.sec_pos_right; in _XmTextFieldConvert()