MCPcopy Create free account
hub / github.com/MyGUI/mygui / findSubItemWith

Method findSubItemWith

MyGUIEngine/src/MyGUI_MultiListBox.cpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Calls 1

findItemIndexWithMethod · 0.45

Tested by

no test coverage detected