xmtextfieldgeteditable(3) - Linux man page
Name
XmTextFieldGetEditable - A TextField function that accesses the edit permission state
Synopsis
#include <Xm/TextF.h> Boolean XmTextFieldGetEditable( Widget widget);
Description
XmTextFieldGetEditable accesses the edit permission state of the TextField widget.
- widget
Specifies the TextField widget ID
- For a complete definition of TextField and its associated resources, see xmtextfield(3).
Return
Returns a Boolean value that indicates the state of the XmNeditable resource.
Related
xmtextfield(3).