------------------ INITIALIZE -------------------
| 504 | } |
| 505 | // ------------------ INITIALIZE ------------------- |
| 506 | bool dialog::initialize() |
| 507 | { |
| 508 | if ( this && this->isDialog() ) |
| 509 | { |
| 510 | this->doEvent(BW_EVN_USER, BW_USER_UNK_7); |
| 511 | this->doEvent(BW_EVN_USER, BW_USER_INIT); |
| 512 | this->update(); |
| 513 | return true; |
| 514 | } |
| 515 | return false; |
| 516 | } |
| 517 | // ------------------ IS LISTED -------------------- |
| 518 | bool dialog::isListed() const |
| 519 | { |