1XmTextFieldSetInsertionPosition(liXbmrTaerxytFciaellld)SetInsertionPosition(library call)
2
3
4
6 XmTextFieldSetInsertionPosition — A TextField function that sets the
7 position of the insertion cursor
8
10 #include <Xm/TextF.h>
11 void XmTextFieldSetInsertionPosition(
12 Widget widget,
13 XmTextPosition position);
14
16 XmTextFieldSetInsertionPosition sets the insertion cursor position of
17 the TextField widget. This routine also calls the widget's XmNmotion‐
18 VerifyCallback callbacks if the insertion cursor position changes.
19
20 widget Specifies the TextField 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 TextField and its associated resources,
27 see XmTextField(3).
28
30 XmTextField(3).
31
32
33
34 XmTextFieldSetInsertionPosition(library call)