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

FreeBSD Manual Pages

  
 
  

home | help
XmTextPosition(3)	    Library Functions Manual	       XmTextPosition(3)

NAME
     XmTextPosition -- Data type for a character position within a text string

SYNOPSIS
     #include <Xm/Xm.h>

DESCRIPTION
     XmTextPosition  is  an  integer data type that holds a character's position
     within a text string for Text and TextField.

     An XmTextPosition value conceptually points to the gap between two  charac-
     ters.   For  example, consider a text string consisting of N characters.  A
     value of 0 refers to the position immediately prior to the first character.
     A value of 1 refers to the position in between the first and second charac-
     ters.  A value of N refers to the position immediately following  the  last
     character. Therefore, the text string of N characters actually contains N +
     1 positions.

RELATED
     XmText(3).

							       XmTextPosition(3)

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

home | help