Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
110
Widget
111
get_value_widget(Widget w)
112
{
113
return XtNameToWidget(w, WVALUE);
114
}
115
116
void
117
set_value(Widget w, const char *new_value)
Callers
5
update_color
Function · 0.85
set_value
Function · 0.85
set_value_width
Function · 0.85
get_value_width
Function · 0.85
hilight_value
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected