Lines Matching refs:from
26 in this Software without prior written authorization from the X Consortium.
1436 * of the way from beginning to end. Ideally, this should be determined by
1730 * Must walk the selection list in opposite order from UnsetSelection.
1764 * Must walk the selection list in opposite order from UnsetSelection.
1901 * so we get it from wchar string, then free the wchar string.
1940 * This internal routine deletes the text from pos1 to pos2 in a source and
2028 * this code checks for moving words to and from lines.
2258 * extending from either end of the selection and handles the case when you
2535 * multi-click selection user interfaces from the outside.
3227 * This public routine deletes the text from startPos to endPos in a source and
3307 * NOTE: Must walk the selection list in opposite order from LoseSelection.
3353 XawTextInvalidate(Widget w, XawTextPosition from, XawTextPosition to)
3355 XawTextInvalidate(w, from, to)
3357 XawTextPosition from,to;
3362 from = FindGoodPosition(ctx, from);
3366 _XawTextNeedsUpdating(ctx, from, to);