Add read/write of disabled controls to input file

This commit is contained in:
Lew Rossman
2025-02-11 15:38:30 -05:00
parent 3201d8485e
commit 70d5483361
4 changed files with 36 additions and 12 deletions

View File

@@ -7,7 +7,7 @@
Authors: see AUTHORS
Copyright: see AUTHORS
License: see LICENSE
Last Updated: 06/15/2024
Last Updated: 02/11/2025
******************************************************************************
*/
@@ -196,6 +196,7 @@
#define w_THEN "THEN"
#define w_ELSE "ELSE"
#define w_PRIORITY "PRIO"
#define w_DISABLED "DISABLED"
// ------ Input File Section Names ------------------------