[idd] helper: detect mode listbox selection change

This commit is contained in:
Quantum
2025-10-04 03:01:27 -04:00
committed by Geoffrey McRae
parent e082acbe44
commit 1d7cb35de8
4 changed files with 24 additions and 0 deletions

View File

@@ -8,4 +8,6 @@ public:
CListBox(DWORD style, HWND parent);
void initStorage(DWORD count, size_t perItem);
int addItem(const std::wstring &display, LPARAM data);
int getSel();
int getSelData();
};