MCPcopy Create free account
hub / github.com/NetHack/NetHack / hilight_value

Function hilight_value

win/X11/winval.c:153–157  ·  view source on GitHub ↗

Swap foreground and background colors (this is the best I can do with */ a label widget, unless I can get some init hook in there). */

Source from the content-addressed store, hash-verified

151/* Swap foreground and background colors (this is the best I can do with */
152/* a label widget, unless I can get some init hook in there). */
153void
154hilight_value(Widget w)
155{
156 swap_fg_bg(get_value_widget(w));
157}
158
159/* Swap the foreground and background colors of the given widget */
160void

Callers 3

update_valFunction · 0.85
apply_hilite_attributesFunction · 0.85
check_turn_eventsFunction · 0.85

Calls 2

swap_fg_bgFunction · 0.85
get_value_widgetFunction · 0.85

Tested by

no test coverage detected