| 63 | } |
| 64 | |
| 65 | int ComboBox::current_data() const { return static_cast<int>(ComboBox_GetItemData(m_hwnd, current_index())); } |
| 66 | |
| 67 | void ComboBox::set_current_index(int index) { |
| 68 | ComboBox_SetCurSel(m_hwnd, index); |
no outgoing calls
no test coverage detected