1XmTextSetEditable(library call) XmTextSetEditable(library call)
2
3
4
6 XmTextSetEditable — A Text function that sets the edit permission
7
9 #include <Xm/Text.h>
10 void XmTextSetEditable(
11 Widget widget,
12 Boolean editable);
13
15 XmTextSetEditable sets the edit permission state of the Text widget.
16 When set to True, the text string can be edited.
17
18 widget Specifies the Text widget ID
19
20 editable Specifies a Boolean value that when True allows text string
21 edits
22
23 For a complete definition of Text and its associated resources, see
24 XmText(3).
25
27 XmText(3).
28
29
30
31 XmTextSetEditable(library call)