Query: xmtextfieldclearselection
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmTextFieldClearSelection(library call) XmTextFieldClearSelection(library call)NAMEXmTextFieldClearSelection -- A TextField function that clears the primary selectionSYNOPSIS#include <Xm/TextF.h> void XmTextFieldClearSelection( Widget widget, Time time);DESCRIPTIONXmTextFieldClearSelection 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 that triggered this request. For a complete definition of TextField and its associated resources, see XmTextField(3).RELATEDXmTextField(3). XmTextFieldClearSelection(library call)