------------------ IS DISABLED --------------------
| 395 | } |
| 396 | // ------------------ IS DISABLED -------------------- |
| 397 | bool dialog::isDisabled() const |
| 398 | { |
| 399 | return this && this->hasFlags(CTRL_DISABLED); |
| 400 | } |
| 401 | // --------------------- SHOW ------------------------ |
| 402 | bool dialog::show() |
| 403 | { |
no test coverage detected