1XmTextFieldGetInsertionPosition(liXbmrTaerxytFciaellld)GetInsertionPosition(library call)
2
3
4
6 XmTextFieldGetInsertionPosition — A TextField function that accesses
7 the position of the insertion cursor
8
10 #include <Xm/TextF.h>
11 XmTextPosition XmTextFieldGetInsertionPosition(
12 Widget widget);
13
15 XmTextFieldGetInsertionPosition accesses the insertion cursor position
16 of the TextField widget.
17
18 widget Specifies the TextField widget ID
19
20 For a complete definition of TextField and its associated resources,
21 see XmTextField(3).
22
24 Returns an XmTextPosition value that indicates the state of the XmNcur‐
25 sorPosition resource. This is an integer number of characters from the
26 beginning of the text buffer. The first character position is 0 (zero).
27
29 XmTextField(3).
30
31
32
33 XmTextFieldGetInsertionPosition(library call)