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

Function get_value_widget

win/X11/winval.c:110–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110Widget
111get_value_widget(Widget w)
112{
113 return XtNameToWidget(w, WVALUE);
114}
115
116void
117set_value(Widget w, const char *new_value)

Callers 5

update_colorFunction · 0.85
set_valueFunction · 0.85
set_value_widthFunction · 0.85
get_value_widthFunction · 0.85
hilight_valueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected