XmTextFieldGetEditable(Xm) 6 January 1993 XmTextFieldGetEditable(Xm) Name XmTextFieldGetEditable - a TextField function that accesses the edit permission state Syntax #include <Xm/TextF.h> Boolean XmTextFieldGetEditable (widget) Widget widget; Description XmTextFieldGetEditable accesses the edit permission state of the Text- Field widget. widget Specifies the TextField widget ID For a complete definition of TextField and its associated resources, see XmTextField(Xm). Return value Returns a Boolean value that indicates the state of the XmNeditable resource. See also XmTextField(Xm)