XmTextGetEditable(3Xm) — UNIX Programmer’s Manual
NAME
XmTextGetEditable — a Text function that accesses the edit permission state.
SYNOPSIS
#include <Xm/Text.h> Boolean XmTextGetEditable (widget)
Widgetwidget;
DESCRIPTION
XmTextGetEditable accesses the edit permission state of the Text widget.
widgetSpecifies the Text widget ID.
For a complete definition of Text and its associated resources, see XmText(3Xm).
RETURN VALUE
Returns a Boolean value that indicates the state of the XmNeditable resource.
RELATED INFORMATION
7th Edition