XmTextFieldShowPosition(Xm) 6 January 1993 XmTextFieldShowPosition(Xm) Name XmTextFieldShowPosition - a TextField function that forces text at a given position to be displayed Syntax #include <Xm/TextF.h> void XmTextFieldShowPosition (widget, position) Widget widget; XmTextPosition position; Description XmTextFieldShowPosition forces text at the specified position to be dis- played. If the XmNautoShowCursorPosition resource is True, the applica- tion should also set the insert cursor to this position. widget Specifies the TextField widget ID. position Specifies the character position to be displayed. This is an integer number of characters from the beginning of the text buffer. The first character position is 0. For a complete definition of TextField and its associated resources, see XmTextField(Xm). See also XmTextField(Xm)