XmTextFieldShowPosition(3) | Library Functions Manual | XmTextFieldShowPosition(3) |
XmTextFieldShowPosition — A TextField function that forces text at a given position to be displayed "XmTextFieldShowPosition" "TextField functions" "XmTextFieldShowPosition"
#include <Xm/TextF.h> void XmTextFieldShowPosition( Widget widget, XmTextPosition position);
XmTextFieldShowPosition forces text at the specified position to be displayed. The cursor position is not updated nor is the cursor shown at this position.
For a complete definition of TextField and its associated resources, see XmTextField(3).
XmTextField(3) and XmTextPosition(3).