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

NAME

6       XmTextClearSelection  —  A Text function that clears the primary selec‐
7       tion
8

SYNOPSIS

10       #include <Xm/Text.h>
11       void XmTextClearSelection(
12       Widget widget,
13       Time time);
14

DESCRIPTION

16       XmTextClearSelection clears the primary selection in the Text widget.
17
18       widget    Specifies the Text widget ID.
19
20       time      Specifies the server time at which  the  selection  value  is
21                 desired.  This should be the time of the event that triggered
22                 this request.  One source of a valid time stamp is the  func‐
23                 tion XtLastTimestampProcessed().
24
25       For  a  complete  definition  of Text and its associated resources, see
26       XmText(3).
27
29       XmText(3).
30
31
32
33                                            XmTextClearSelection(library call)
Impressum