![]() |
![]()
| ![]() |
![]()
NAMEXmTextGetSelectionPosition — A Text function that accesses the position of the primary selection SYNOPSIS#include <Xm/Text.h> Boolean XmTextGetSelectionPosition( Widget widget, XmTextPosition *left, XmTextPosition *right); DESCRIPTIONXmTextGetSelectionPosition accesses the left and right position of the primary selection in the text buffer of the Text widget.
For a complete definition of Text and its associated resources, see XmText(3). RETURNThis function returns True if the widget owns the primary selection; otherwise, it returns False. RELATEDXmText(3).
|