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

Function set_value_width

win/X11/winval.c:127–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void
128set_value_width(Widget w, int new_width)
129{
130 Arg args[1];
131 Widget val;
132
133 val = get_value_widget(w);
134 XtSetArg(args[0], XtNwidth, new_width);
135 XtSetValues(val, args, ONE);
136}
137
138int
139get_value_width(Widget w)

Callers 1

set_widthsFunction · 0.85

Calls 1

get_value_widgetFunction · 0.85

Tested by

no test coverage detected