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

NAME

6       XmTextFieldSetStringWcs — A TextField function that sets a wide charac‐
7       ter string value
8

SYNOPSIS

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

DESCRIPTION

16       XmTextFieldSetStringWcs sets the wide character  string  value  of  the
17       TextField  widget. This routine calls the widget's XmNvalueChangedCall‐
18       back and verification callbacks, either XmNmodifyVerifyCallback or XmN‐
19       modifyVerifyCallbackWcs,  or  both. If both verification callback lists
20       are registered, the procedures of the XmNmodifyVerifyCallback list  are
21       executed first and the resulting data is passed to the XmNmodifyVerify‐
22       CallbackWcs callbacks. It 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 TextField widget ID
27
28       wcstring  Specifies the wide character string value
29
30       For a complete definition of TextField and  its  associated  resources,
31       see XmTextField(3).
32
34       XmTextField(3) and XmTextFieldSetString(3).
35
36
37
38                                         XmTextFieldSetStringWcs(library call)
Impressum