/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1SmeP.h | 56 void (*highlight)(); member in struct:_SmeClassPart
|
H A D | Xaw3_1Sme.c | 98 /* 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 D | Xaw3_1ListP.h | 90 highlight, /*set to the item that should be highlighted.*/ member in struct:__anon305
|
H A D | Xaw3_1TextSink.c | 248 * 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 D | Xaw3_1List.c | 319 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 D | Xaw3_1AsciiSink.c | 226 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 D | Xaw3_1SimpleMenu.c | 94 "<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 D | SmeP.h | 59 void (*highlight)(); member in struct:_SmeClassPart
|
H A D | ListP.h | 90 highlight, /* set to the item that should be highlighted.*/ member in struct:__anon369
|
H A D | Sme.c | 102 /* 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 D | TextSink.c | 249 * 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 D | List.c | 385 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 D | AsciiSink.c | 250 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 D | MultiSink.c | 277 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 D | SimpleMenu.c | 96 "<EnterWindow>: highlight() \n\ 98 <BtnMotion>: highlight() \n\ 130 {"highlight", Highlight}, 741 (class->sme_class.highlight) ( (Widget) entry);
|