*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XmTextFindStringWcs | Section: 3 | Source: Digital UNIX | File: XmTextFindStringWcs.3X.gz
XmTextFindStringWcs(3X) XmTextFindStringWcs(3X) NAME XmTextFindStringWcs - A Text function that finds the beginning position of a wide character text string SYNOPSIS #include <Xm/Text.h> Boolean XmTextFindStringWcs (widget, start, wcstring, direction, posi- tion) Widget widget; XmTextPosition start; wchar_t *wcstring; XmTextDirection direction; XmTextPosition *position; DESCRIPTION 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 posi- tion. If a match is found, the function returns the position of the first character of the string in position. Specifies the Text widget ID. Specifies the character position from which the search proceeds. This is an integer number of characters from the beginning of the text buffer. The first character position is 0. Specifies the wide charac- ter search string. Indicates the search direction. It is relative to the primary direction of the text. The possible values are: The search proceeds toward the end of the buffer. The search proceeds toward the beginning of the buffer. Specifies the pointer in which the first character position of the string match is returned. This is an integer number of characters from the beginning of the buffer. The first char- acter position is 0. If the function returns False, this value is un- defined. For a complete definition of Text and its associated resources, see Xm- Text(3X). RETURN VALUE Returns True if a string match is found; otherwise, returns False. SEE ALSO XmText(3X), XmTextFindString(3X) XmTextFindStringWcs(3X)

Navigation Options