Searched defs:highlight (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1SmeP.h56 void (*highlight)(); member in struct:_SmeClassPart
H A DXaw3_1ListP.h90 highlight, /*set to the item that should be highlighted.*/ member in struct:__anon305
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DSmeP.h59 void (*highlight)(); member in struct:_SmeClassPart
H A DListP.h90 highlight, /* set to the item that should be highlighted.*/ member in struct:__anon369
H A DTextSink.c249 * highlight - hightlight this text?
258 DisplayText(w, x, y, pos1, pos2, highlight)
261 Boolean highlight;
476 * highlight - hightlight this text?
494 /* Boolean */ int highlight)
496 Boolean highlight)
499 XawTextSinkDisplayText(w, x, y, pos1, pos2, highlight)
502 Boolean highlight;
508 (*class->text_sink_class.DisplayText)(w, x, y, pos1, pos2, highlight);
486 XawTextSinkDisplayText(Widget w, int x, int y, XawTextPosition pos1, XawTextPosition pos2, int highlight) argument

Completed in 25 milliseconds