1XmTextFieldGetLastPosition(library callX)mTextFieldGetLastPosition(library call)
2
3
4
6 XmTextFieldGetLastPosition — A TextField function that accesses the
7 position of the last text character
8
10 #include <Xm/TextF.h>
11 XmTextPosition XmTextFieldGetLastPosition(
12 Widget widget);
13
15 XmTextFieldGetLastPosition accesses the position of the last character
16 in the text buffer 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 position of the last
25 character in the text buffer. This is an integer number of characters
26 from the beginning of the buffer. The first character position is 0
27 (zero). The last character position is equal to the number of charac‐
28 ters in the text buffer.
29
31 XmTextField(3).
32
33
34
35 XmTextFieldGetLastPosition(library call)