XmTextSetHighlight(3) | Library Functions Manual | XmTextSetHighlight(3) |
XmTextSetHighlight — A Text function that highlights text "XmTextSetHighlight" "Text functions" "XmTextSetHighlight"
#include <Xm/Text.h> void XmTextSetHighlight( Widget widget, XmTextPosition left, XmTextPosition right, XmHighlightMode mode);
XmTextSetHighlight 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 Text and its associated resources, see XmText(3).