enable or disable the Play button */
| 410 | |
| 411 | /* enable or disable the Play button */ |
| 412 | static void |
| 413 | plsel_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 | |
| 421 | static void |
| 422 | plsel_set_sensitivities(boolean setcurr) |
no outgoing calls
no test coverage detected