logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

XmTextFieldGetEditable — A TextField function that accesses the edit permission state

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).

Name

XmTextFieldGetEditable   —   A   TextField   function   that   accesses   the   edit   permission   state
       "XmTextFieldGetEditable" "TextField functions" "XmTextFieldGetEditable"

Return

       Returns a Boolean value that indicates the state of the XmNeditable resource.

Synopsis

       #include <Xm/TextF.h>
       BooleanXmTextFieldGetEditable(
       Widgetwidget);

See Also