1XmDataFieldSetInsertionPosition(liXbmrDaartyaFciaellld)SetInsertionPosition(library call)
2
3
4
6 XmDataFieldSetInsertionPosition — A DataField function that sets the
7 position of the insertion cursor
8
10 #include <Xm/DataF.h>
11 void XmDataFieldSetInsertionPosition(
12 Widget widget,
13 XmDataPosition position);
14
16 XmDataFieldSetInsertionPosition sets the insertion cursor position of
17 the DataField widget. This routine also calls the widget's XmNmotion‐
18 VerifyCallback callbacks if the insertion cursor position changes.
19
20 widget Specifies the DataField widget ID
21
22 position Specifies the position of the insert cursor. This is an inte‐
23 ger number of characters from the beginning of the text buf‐
24 fer. The first character position is 0 (zero).
25
26 For a complete definition of DataField and its associated resources,
27 see XmDataField(3).
28
30 XmDataField(3).
31
32
33
34 XmDataFieldSetInsertionPosition(library call)