Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XmTextGetI...onPosition(3)  Library Functions Manual  XmTextGetI...onPosition(3)

NAME
     XmTextGetInsertionPosition -- A Text function that accesses the position of
     the insert cursor

SYNOPSIS
     #include <Xm/Text.h>
     XmTextPosition XmTextGetInsertionPosition(
     Widget widget);

DESCRIPTION
     XmTextGetInsertionPosition  accesses  the	insertion cursor position of the
     Text widget.

     widget    Specifies the Text widget ID

     For a complete definition of Text and its	associated  resources,	see  Xm-
     Text(3).

RETURN
     Returns  an XmTextPosition value that indicates the state of the XmNcursor-
     Position resource. This is an integer number of characters from the  begin-
     ning of the text buffer. The first character position is 0 (zero).

RELATED
     XmText(3).

						      XmTextGetI...onPosition(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XmTextGetInsertionPosition&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help