XmTextFieldGetLastPosition (3) Linux Manual Page
XmTextFieldGetLastPosition — A TextField function that accesses the position of the last text character
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).
