xmtextgeteditable(3) - Linux man page

Name

XmTextGetEditable - A Text function that accesses the edit permission state

Synopsis

#include <Xm/Text.h>
Boolean XmTextGetEditable(
Widget widget);

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

Return

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

Related

xmtext(3).