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

Function plsel_set_play_button

win/X11/winmisc.c:412–419  ·  view source on GitHub ↗

enable or disable the Play button */

Source from the content-addressed store, hash-verified

410
411/* enable or disable the Play button */
412static void
413plsel_set_play_button(boolean state)
414{
415 Arg args[2];
416
417 XtSetArg(args[0], nhStr(XtNsensitive), !state);
418 XtSetValues(plsel_btn_play, args, ONE);
419}
420
421static void
422plsel_set_sensitivities(boolean setcurr)

Callers 5

plsel_set_sensitivitiesFunction · 0.85
racetoggleCallbackFunction · 0.85
roletoggleCallbackFunction · 0.85
gendertoggleCallbackFunction · 0.85
aligntoggleCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected