1XmTextGetEditable(library call) XmTextGetEditable(library call)
2
3
4
6 XmTextGetEditable — A Text function that accesses the edit permission
7 state
8
10 #include <Xm/Text.h>
11 Boolean XmTextGetEditable(
12 Widget widget);
13
15 XmTextGetEditable accesses the edit permission state of the Text wid‐
16 get.
17
18 widget Specifies the Text widget ID
19
20 For a complete definition of Text and its associated resources, see
21 XmText(3).
22
24 Returns a Boolean value that indicates the state of the XmNeditable
25 resource.
26
28 XmText(3).
29
30
31
32 XmTextGetEditable(library call)