table of contents
XmTextFieldGetLastPosition(3) | Library Functions Manual | XmTextFieldGetLastPosition(3) |
NAME¶
XmTextFieldGetLastPosition — A TextField function that accesses the position of the last text character "XmTextFieldGetLastPosition" "TextField functions" "XmTextFieldGetLastPosition"SYNOPSIS¶
#include <Xm/TextF.h> XmTextPosition XmTextFieldGetLastPosition( Widget widget);
DESCRIPTION¶
XmTextFieldGetLastPosition accesses the position of the last character in the text buffer of the TextField widget.- widget
- Specifies the TextField widget ID
For a complete definition of TextField and its associated resources, see XmTextField(3).