[ Previous | Next | Contents | Glossary | Home | Search ]
Motif 2.1 Programmer's Reference


XmTextFieldClearSelection

A TextField function that clears the primary selection

Format

#include <Xm/TextF.h>
void XmTextFieldClearSelection
Widget
widgetTime 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 that triggered this request.

For a complete definition of TextField and its associated resources, see XmTextField (3).

RELATED

XmTextField (3).


[ Previous | Next | Contents | Glossary | Home | Search ]