1XmTextGetInsertionPosition(library callX)mTextGetInsertionPosition(library call)
2
3
4

NAME

6       XmTextGetInsertionPosition — A Text function that accesses the position
7       of the insert cursor
8

SYNOPSIS

10       #include <Xm/Text.h>
11       XmTextPosition XmTextGetInsertionPosition(
12       Widget widget);
13

DESCRIPTION

15       XmTextGetInsertionPosition accesses the insertion  cursor  position  of
16       the Text widget.
17
18       widget    Specifies the Text widget ID
19
20       For  a  complete  definition  of Text and its associated resources, see
21       XmText(3).
22

RETURN

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       XmText(3).
30
31
32
33                                      XmTextGetInsertionPosition(library call)
Impressum