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

FreeBSD Manual Pages

  
 
  

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

NAME
     XmTextSetInsertionPosition -- A Text function that sets the position of the
     insert cursor

SYNOPSIS
     #include <Xm/Text.h>
     void XmTextSetInsertionPosition(
     Widget widget,
     XmTextPosition position);

DESCRIPTION
     XmTextSetInsertionPosition  sets  the insertion cursor position of the Text
     widget.  This routine also calls the widget's XmNmotionVerifyCallback call-
     backs if the insertion cursor position changes.

     widget    Specifies the Text widget ID

     position  Specifies the position of the insertion cursor. This is an  inte-
	       ger  number  of characters from the beginning of the text buffer.
	       The first character position is 0 (zero).

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

RELATED
     XmText(3).

						      XmTextSetI...onPosition(3)

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

home | help