A Text function that sets the state of Add mode
Format
#include <Xm/Text.h> void XmTextSetAddMode Widget widgetBoolean state
DESCRIPTION
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 (3).
RELATED