------------------- GET TEXT --------------------
| 366 | } |
| 367 | // ------------------- GET TEXT -------------------- |
| 368 | const char *dialog::getText() const |
| 369 | { |
| 370 | if ( this && this->pszText ) |
| 371 | return this->pszText; |
| 372 | return ""; |
| 373 | } |
| 374 | // ------------------ GET HOTKEY ------------------- |
| 375 | int dialog::getHotkey() const |
| 376 | { |
no outgoing calls
no test coverage detected