XmTextGetEditable(library call) XmTextGetEditable(library call)
NAME [Toc] [Back]
XmTextGetEditable - A Text function that accesses the edit permission
state
SYNOPSIS [Toc] [Back]
#include <Xm/Text.h>
Boolean XmTextGetEditable(
Widget widget);
DESCRIPTION [Toc] [Back]
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 [Toc] [Back]
Returns a Boolean value that indicates the state of the XmNeditable
resource.
RELATED [Toc] [Back]
XmText(3).
- 1 - Formatted: January 24, 2005 [ Back ] |