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

Function name_widget_has_label

win/X11/winstat.c:1795–1804  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1793}
1794
1795static boolean
1796name_widget_has_label(struct X_status_value *sv)
1797{
1798 Arg args[1];
1799 const char *label;
1800
1801 XtSetArg(args[0], XtNlabel, &label);
1802 XtGetValues(sv->w, args, ONE);
1803 return (*label != '\0');
1804}
1805
1806static void
1807apply_hilite_attributes(struct X_status_value *sv, int attributes)

Callers 1

apply_hilite_attributesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected