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