-------------- SET SELECTED BY STRING -------------
| 637 | } |
| 638 | // -------------- SET SELECTED BY STRING ------------- |
| 639 | bool dialog::setSelectedByString(const std::string &s, bool noctrl) |
| 640 | { |
| 641 | return this->setSelectedByString(s.c_str(), noctrl); |
| 642 | } |
| 643 | bool dialog::setSelectedByString(const char *pszString, bool noctrl) |
| 644 | { |
| 645 | // verify that this is the correct control |
no test coverage detected