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

XmTextGetEditable — A Text function that accesses the edit permission state "XmTextGetEditable" "Text

Description

XmTextGetEditable accesses the edit permission state of the Text widget.

       widget    Specifies the Text widget ID

       For a complete definition of Text and its associated resources, see XmText(3).

Name

XmTextGetEditable  —  A  Text  function that accesses the edit permission state "XmTextGetEditable" "Text
       functions" "XmTextGetEditable"

Return

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

Synopsis

       #include <Xm/Text.h>
       BooleanXmTextGetEditable(
       Widgetwidget);

See Also