1XmDataFieldSetAddMode(library call)        XmDataFieldSetAddMode(library call)
2
3
4

NAME

6       XmDataFieldSetAddMode — A DataField function that sets the state of Add
7       mode
8

SYNOPSIS

10       #include <Xm/DataF.h>
11       void XmDataFieldSetAddMode(
12       Widget widget,
13       Boolean state);
14

DESCRIPTION

16       XmDataFieldSetAddMode controls whether or not the DataField  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 DataField 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 DataField and  its  associated  resources,
27       see XmDataField(3).
28
30       XmDataField(3).
31
32
33
34                                           XmDataFieldSetAddMode(library call)
Impressum