| 134 | int GetItemIndexAt(int x, int y); |
| 135 | DropdownListElement GetElement(int index) { return mElements[index]; } |
| 136 | DropdownListModal* GetModalDropdown() { return &mModalList; } |
| 137 | float GetMaxItemWidth() const { return mMaxItemWidth; } |
| 138 | void ChangePage(int direction); |
| 139 | void AddSeparator(int index) { mSeparators.push_back(index); } |
no outgoing calls
no test coverage detected