1XmTextShowPosition(library call)              XmTextShowPosition(library call)
2
3
4

NAME

6       XmTextShowPosition  — A Text function that forces text at a given posi‐
7       tion to be displayed
8

SYNOPSIS

10       #include <Xm/Text.h>
11       void XmTextShowPosition(
12       Widget widget,
13       XmTextPosition position);
14

DESCRIPTION

16       XmTextShowPosition forces text at the specified  position  to  be  dis‐
17       played. If the XmNautoShowCursorPosition resource is True, the applica‐
18       tion should also set the insert cursor to this position.
19
20       widget    Specifies the Text widget ID
21
22       position  Specifies the character position to be displayed. This is  an
23                 integer  number  of characters from the beginning of the text
24                 buffer. The first character position is 0 (zero).
25
26       If a navigator exists, this function uses the  XmQTnavigator  trait  to
27       update the horizontal navigator's value.
28
29       For  a  complete  definition  of Text and its associated resources, see
30       XmText(3).
31
33       XmText(3).
34
35
36
37                                              XmTextShowPosition(library call)
Impressum