Searched refs:highlight (Results 1 - 15 of 15) 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_1Sme.c98 /* highlight */ Highlight,
133 if (m_ent->sme_class.highlight == XtInheritHighlight)
134 m_ent->sme_class.highlight = superC->sme_class.highlight;
164 * Description: The default highlight proceedure for menu entries.
H A DXaw3_1ListP.h90 highlight, /*set to the item that should be highlighted.*/ member in struct:__anon305
H A DXaw3_1TextSink.c248 * highlight - hightlight this text?
257 DisplayText(w, x, y, pos1, pos2, highlight)
260 Boolean highlight;
508 * highlight - hightlight this text?
517 XawTextSinkDisplayText(w, x, y, pos1, pos2, highlight)
520 Boolean highlight;
525 (*class->text_sink_class.DisplayText)(w, x, y, pos1, pos2, highlight);
H A DXaw3_1List.c319 lw->list.highlight = lw->list.is_highlighted = NO_HIGHLIGHT;
486 if (item == lw->list.highlight) {
500 if (item == lw->list.highlight) {
745 == OUT_OF_RANGE) || (lw->list.highlight != item) ) {
861 nl->list.highlight = NO_HIGHLIGHT;
865 nl->list.highlight = NO_HIGHLIGHT;
908 lw->list.is_highlighted = lw->list.highlight = NO_HIGHLIGHT;
925 lw->list.highlight = NO_HIGHLIGHT;
945 lw->list.highlight = item;
967 ret_val->list_index = lw->list.highlight;
[all...]
H A DXaw3_1AsciiSink.c226 DisplayText(w, x, y, pos1, pos2, highlight)
229 Boolean highlight;
238 GC gc = highlight ? sink->ascii_sink.invgc : sink->ascii_sink.normgc;
239 GC invgc = highlight ? sink->ascii_sink.normgc : sink->ascii_sink.invgc;
H A DXaw3_1SimpleMenu.c94 "<EnterWindow>: highlight() \n\
96 <BtnMotion>: highlight() \n\
127 {"highlight", Highlight},
716 (class->sme_class.highlight) ( (Widget) entry);
/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 DSme.c102 /* highlight */ Highlight,
137 if (m_ent->sme_class.highlight == XtInheritHighlight)
138 m_ent->sme_class.highlight = superC->sme_class.highlight;
170 * Description: The default highlight proceedure for menu entries.
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
H A DList.c385 lw->list.highlight = lw->list.is_highlighted = NO_HIGHLIGHT;
605 if (item == lw->list.highlight) {
619 if (item == lw->list.highlight) {
882 == OUT_OF_RANGE) || (lw->list.highlight != item) ) {
1038 nl->list.is_highlighted = nl->list.highlight = NO_HIGHLIGHT;
1042 nl->list.highlight = NO_HIGHLIGHT;
1125 lw->list.is_highlighted = lw->list.highlight = NO_HIGHLIGHT;
1146 lw->list.highlight = NO_HIGHLIGHT;
1170 lw->list.highlight = item;
1197 ret_val->list_index = lw->list.highlight;
[all...]
H A DAsciiSink.c250 DisplayText(w, x, y, pos1, pos2, highlight)
253 Boolean highlight;
262 GC gc = highlight ? sink->ascii_sink.invgc : sink->ascii_sink.normgc;
263 GC invgc = highlight ? sink->ascii_sink.normgc : sink->ascii_sink.invgc;
H A DMultiSink.c277 DisplayText(w, x, y, pos1, pos2, highlight)
280 Boolean highlight;
290 GC gc = highlight ? sink->multi_sink.invgc : sink->multi_sink.normgc;
291 GC invgc = highlight ? sink->multi_sink.normgc : sink->multi_sink.invgc;
H A DSimpleMenu.c96 "<EnterWindow>: highlight() \n\
98 <BtnMotion>: highlight() \n\
130 {"highlight", Highlight},
741 (class->sme_class.highlight) ( (Widget) entry);

Completed in 35 milliseconds