--------------------- HIDE ------------------------
| 411 | } |
| 412 | // --------------------- HIDE ------------------------ |
| 413 | bool dialog::hide() |
| 414 | { |
| 415 | if ( this ) |
| 416 | { |
| 417 | this->doEvent(BW_EVN_USER, BW_USER_HIDE); |
| 418 | this->clearFlags(CTRL_VISIBLE); |
| 419 | return true; |
| 420 | } |
| 421 | return false; |
| 422 | } |
| 423 | // ------------------ IS VISIBLE --------------------- |
| 424 | bool dialog::isVisible() const |
| 425 | { |
no test coverage detected