-------------------- ENABLE -----------------------
| 385 | } |
| 386 | // -------------------- ENABLE ----------------------- |
| 387 | bool dialog::enable() |
| 388 | { |
| 389 | return this->clearFlags(CTRL_DISABLED); |
| 390 | } |
| 391 | // -------------------- DISABLE ----------------------- |
| 392 | bool dialog::disable() |
| 393 | { |
nothing calls this directly
no test coverage detected