A TextField function that sets the edit permission
Format
#include <Xm/TextF.h> void XmTextFieldSetEditable Widget widgetBoolean editable
DESCRIPTION
XmTextFieldSetEditable sets the edit permission state of the TextField widget. When set to True, the text string can be edited.
For a complete definition of TextField and its associated resources, see XmTextField (3).
RELATED