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

NAME

6       XmTextGetStringWcs  — A Text function that retrieves a copy of the wide
7       character string value of a Text widget
8

SYNOPSIS

10       #include <Xm/Text.h>
11       wchar_t * XmTextGetStringWcs(
12       Widget widget);
13

DESCRIPTION

15       XmTextGetStringWcs retrieves a copy of the wide character string  value
16       of  the  Text  widget.  The  application is responsible for freeing the
17       storage associated with the string by calling XtFree.
18
19       widget    Specifies the Text widget ID
20
21       For a complete definition of Text and  its  associated  resources,  see
22       XmText(3).
23

RETURN

25       Returns  the  wide character string value of the Text widget. The func‐
26       tion returns an empty string if the length of the Text widget's  string
27       is 0 (zero).
28
30       XmText(3) and XmTextGetString(3).
31
32
33
34                                              XmTextGetStringWcs(library call)
Impressum