Lines Matching defs:startPos
188 * startPos, endPos - ends of text that will be removed.
189 * text - new text to be inserted into buffer at startPos.
195 Replace (w, startPos, endPos, text)
197 XawTextPosition startPos, endPos;
380 * startPos, endPos - ends of text that will be removed.
381 * text - new text to be inserted into buffer at startPos.
388 XawTextSourceReplace (Widget w, XawTextPosition startPos,
391 XawTextSourceReplace (w, startPos, endPos, text)
393 XawTextPosition startPos, endPos;
404 return((*class->textSrc_class.Replace)(w, startPos, endPos, text));