1XmTextFieldClearSelection(library call)XmTextFieldClearSelection(library call)
2
3
4
6 XmTextFieldClearSelection — A TextField function that clears the pri‐
7 mary selection
8
10 #include <Xm/TextF.h>
11 void XmTextFieldClearSelection(
12 Widget widget,
13 Time time);
14
16 XmTextFieldClearSelection clears the primary selection in the TextField
17 widget.
18
19 widget Specifies the TextField widget ID.
20
21 time Specifies the time at which the selection value is desired.
22 This should be the time of the event that triggered this
23 request.
24
25 For a complete definition of TextField and its associated resources,
26 see XmTextField(3).
27
29 XmTextField(3).
30
31
32
33 XmTextFieldClearSelection(library call)