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