-------------------------------------------------- DIALOG ------------------------------------------------- --------------------- IS DLG --------------------
| 468 | // -------------------------------------------------- DIALOG ------------------------------------------------- |
| 469 | // --------------------- IS DLG -------------------- |
| 470 | bool dialog::isDialog() const |
| 471 | { |
| 472 | return this && this->wCtrlType == ctrls::cDLG; |
| 473 | } |
| 474 | // --------------------- CHILD --------------------- |
| 475 | dialog *dialog::child() const |
| 476 | { |
no outgoing calls
no test coverage detected