XmTextFindString(3) | Library Functions Manual | XmTextFindString(3) |
XmTextFindString — A Text function that finds the beginning position of a text string "XmTextFindString" "Text functions" "XmTextFindString"
#include <Xm/Xm.h> Boolean XmTextFindString( Widget widget, XmTextPosition start, char *string, XmTextDirection direction, XmTextPosition *position);
XmTextFindString locates the beginning position of a specified text string. This routine searches forward or backward for the first occurrence of the string starting from the given start position. If it finds a match, the function returns the position of the first character of the string in position. If the match string begins at the current position, this routine returns the current position.
For a complete definition of Text and its associated resources, see XmText(3).
Returns True if a string match is found; otherwise, returns False.