Query: xmtextposition
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmTextPosition(library call) XmTextPosition(library call)NAMEXmTextPosition -- Data type for a character position within a text stringSYNOPSIS#include <Xm/Xm.h>DESCRIPTIONXmTextPosition 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 characters. For example, consider a text string consisting of N charac- ters. 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 characters. 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.RELATEDXmText(3). XmTextPosition(library call)
Related Man Pages |
---|
xmtextreplace(3) - redhat |
xmtextfindstring(3) - centos |
xmtextreplace(3) - centos |
xmtextfindstring(3) - hpux |
xmtextsetsource(3) - hpux |
Similar Topics in the Unix Linux Community |
---|
Change text font to greater one in this very good MOTIF texteditor ? |