XmTextFieldClearSelection(Xm) 6 January 1993 XmTextFieldClearSelection(Xm) Name XmTextFieldClearSelection - a TextField function that clears the primary selection Syntax #include <Xm/TextF.h> void XmTextFieldClearSelection (widget, time) Widget widget; Time time; Description XmTextFieldClearSelection clears the primary selection in the TextField widget. widget Specifies the TextField widget ID. time Specifies the time at which the selection value is desired. This should be the time of the event which triggered this request. For a complete definition of TextField and its associated resources, see XmTextField(Xm). See also XmTextField(Xm)