| 194 | } |
| 195 | |
| 196 | size_t MultiListBox::findSubItemWith(size_t _column, const UString& _name) |
| 197 | { |
| 198 | size_t index = getSubItemAt(_column)->findItemIndexWith(_name); |
| 199 | return BiIndexBase::convertToFace(index); |
| 200 | } |
| 201 | |
| 202 | int MultiListBox::getButtonHeight() const |
| 203 | { |
no test coverage detected