Query: xmtextfieldgeteditable
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmTextFieldGetEditable(library call) XmTextFieldGetEditable(library call)NAMEXmTextFieldGetEditable -- A TextField function that accesses the edit permission stateSYNOPSIS#include <Xm/TextF.h> Boolean XmTextFieldGetEditable( Widget widget);DESCRIPTIONXmTextFieldGetEditable 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).RETURNReturns a Boolean value that indicates the state of the XmNeditable resource.RELATEDXmTextField(3). XmTextFieldGetEditable(library call)