------------------ IS VISIBLE ---------------------
| 422 | } |
| 423 | // ------------------ IS VISIBLE --------------------- |
| 424 | bool dialog::isVisible() const |
| 425 | { |
| 426 | return this && this->hasFlags(CTRL_VISIBLE); |
| 427 | } |
| 428 | // ------------------- GET SIZE ---------------------- |
| 429 | u16 dialog::width() const |
| 430 | { |