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