1XmTextFieldSetAddMode(library call) XmTextFieldSetAddMode(library call)
2
3
4
6 XmTextFieldSetAddMode — A TextField function that sets the state of Add
7 mode
8
10 #include <Xm/TextF.h>
11 void XmTextFieldSetAddMode(
12 Widget widget,
13 Boolean state);
14
16 XmTextFieldSetAddMode controls whether or not the TextField widget is
17 in Add mode. When the widget is in Add mode, the insert cursor can be
18 moved without disturbing the primary selection.
19
20 widget Specifies the TextField widget ID
21
22 state Specifies whether or not the widget is in Add mode. A value
23 of True turns on Add mode; a value of False turns off Add
24 mode.
25
26 For a complete definition of TextField and its associated resources,
27 see XmTextField(3).
28
30 XmTextField(3).
31
32
33
34 XmTextFieldSetAddMode(library call)