1XmTextSetStringWcs(library call)              XmTextSetStringWcs(library call)
2
3
4

NAME

6       XmTextSetStringWcs  — A Text function that sets a wide character string
7       value
8

SYNOPSIS

10       #include <Xm/Text.h>
11       void XmTextSetStringWcs(
12       Widget widget,
13       wchar_t *wcstring);
14

DESCRIPTION

16       XmTextSetStringWcs sets the wide character string  value  of  the  Text
17       widget.  This  routine  calls  the widget's XmNvalueChangedCallback and
18       verification callbacks, either XmNmodifyVerifyCallback or XmNmodifyVer‐
19       ifyCallbackWcs, or both. If both verification callback lists are regis‐
20       tered, the procedures of the XmNmodifyVerifyCallback list are  executed
21       first  and the resulting data is passed to the XmNmodifyVerifyCallback‐
22       Wcs callbacks. This function also sets the insertion cursor position to
23       the beginning of the string and calls the widget's XmNmotionVerifyCall‐
24       back callbacks.
25
26       widget    Specifies the Text widget ID
27
28       value     Specifies the wide character string value
29
30       For a complete definition of Text and  its  associated  resources,  see
31       XmText(3).
32
34       XmText(3) and XmTextSetString(3).
35
36
37
38                                              XmTextSetStringWcs(library call)
Impressum