XmTextFieldSetAddMode - A TextField function that sets the state of Add Mode
#include <Xm/TextF.h> void XmTextFieldSetAddMode (widget, state) Widget widget; Boolean state;
XmTextFieldSetAddMode controls whether or not the TextField widget is in Add Mode. When the widget is in Add Mode, the insert cursor can be moved without disturbing the primary selection.
For a complete definition of TextField and its associated resources, see XmTextField(3X).