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