1XmTextGetSelectionWcs(library call) XmTextGetSelectionWcs(library call)
2
3
4
6 XmTextGetSelectionWcs — A Text function that retrieves the value of a
7 wide character encoded primary selection
8
10 #include <Xm/Text.h>
11 wchar_t * XmTextGetSelectionWcs(
12 Widget widget);
13
15 XmTextGetSelectionWcs retrieves the value of the primary selection that
16 is encoded in a wide character format. It returns a NULL pointer if no
17 text is selected in the widget. The application is responsible for
18 freeing the storage associated with the wide character buffer by call‐
19 ing XtFree.
20
21 widget Specifies the Text widget ID
22
23 For a complete definition of Text and its associated resources, see
24 XmText(3).
25
27 Returns the wide character string that is associated with the primary
28 selection in the Text widget.
29
31 XmText(3) and XmTextGetSelection(3).
32
33
34
35 XmTextGetSelectionWcs(library call)