------------------ GET HOTKEY -------------------
| 373 | } |
| 374 | // ------------------ GET HOTKEY ------------------- |
| 375 | int dialog::getHotkey() const |
| 376 | { |
| 377 | if ( this && this->pszText && this->isButton() ) |
| 378 | return toupper(this->pszText[0]); |
| 379 | return 0; |
| 380 | } |
| 381 | // ------------------ SRC BUFFER ------------------- |
| 382 | BW::Bitmap *dialog::getSourceBuffer() |
| 383 | { |
no test coverage detected