XmDataFieldSetHighlight
A DataField function that highlights text "XmDataFieldSetHighlight" "DataField functions" "XmDataFieldSetHighlight"
- Provided by: libmotif-dev (Version: 2.3.4-10)
- Source: motif
- Report a bug
A DataField function that highlights text "XmDataFieldSetHighlight" "DataField functions" "XmDataFieldSetHighlight"
#include <Xm/DataF.h> void XmDataFieldSetHighlight( Widget widget, XmTextPosition left, XmTextPosition right, XmHighlightMode mode);
XmDataFieldSetHighlight highlights text between the two specified character positions. The mode parameter determines the type of highlighting. Highlighting text merely changes the visual appearance of the text; it does not set the selection.
For a complete definition of DataField and its associated resources, see XmDataField(3).