Added fake toggle switch.

This commit is contained in:
2026-03-31 18:18:37 +02:00
parent 5db2677d76
commit 075aadc665
6 changed files with 89 additions and 14 deletions

View File

@@ -120,6 +120,7 @@ public:
bool isWord() const;
bool isReadOnly() const;
bool isBoolean() const;
bool isChecked() const;
bool testFlag( Flag flag ) const;
void setFlag( Flag flag, bool state=true ) const;