Lines Matching defs:startPos
3883 XawTextPosition top, XawTextPosition startPos)
3896 if (source != ctx->text.source || ctx->text.insertPos != startPos)
3905 startPos = FindGoodPosition(ctx, startPos);
3906 ctx->text.insertPos = ctx->text.old_insert = startPos;
3925 * This public routine deletes the text from startPos to endPos in a source and
3926 * then inserts, at startPos, the text that was passed. As a side effect it
3931 XawTextReplace(Widget w, XawTextPosition startPos, XawTextPosition endPos,
3947 startPos = FindGoodPosition(ctx, startPos);
3948 result = _XawTextReplace(ctx, startPos, endPos, text);