XmTextSetAddMode - A Text function that sets the state of Add Mode
#include <Xm/Text.h> void XmTextSetAddMode (widget, state) Widget widget; Boolean state;
XmTextSetAddMode controls whether or not the Text 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 Text and its associated resources, see XmText(3X).