1XmTextFieldGetEditable(library call)      XmTextFieldGetEditable(library call)
2
3
4

NAME

6       XmTextFieldGetEditable  —  A  TextField function that accesses the edit
7       permission state
8

SYNOPSIS

10       #include <Xm/TextF.h>
11       Boolean XmTextFieldGetEditable(
12       Widget widget);
13

DESCRIPTION

15       XmTextFieldGetEditable  accesses  the  edit  permission  state  of  the
16       TextField widget.
17
18       widget    Specifies the TextField widget ID
19
20       For  a  complete  definition of TextField and its associated resources,
21       see XmTextField(3).
22

RETURN

24       Returns a Boolean value that indicates the  state  of  the  XmNeditable
25       resource.
26
28       XmTextField(3).
29
30
31
32                                          XmTextFieldGetEditable(library call)
Impressum