XmTextFindStringWcs(3) | Library Functions Manual | XmTextFindStringWcs(3) |
XmTextFindStringWcs — A Text function that finds the beginning position of a wide character text string "XmTextFindStringWcs" "Text functions" "XmTextFindStringWcs"
#include <Xm/Text.h> Boolean XmTextFindStringWcs( Widget widget, XmTextPosition start, wchar_t *wcstring, XmTextDirection direction, XmTextPosition *position);
XmTextFindStringWcs locates the beginning position of a specified wide character text string. This routine searches forward or backward for the first occurrence of the string, starting from the given start position. If a match is found, 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.