mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-01-18 09:42:29 +00:00
[idd] helper: detect mode listbox selection change
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user