mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-01-18 09:42:29 +00:00
[idd] helper: save mode changes into registry and update listview
This commit is contained in:
@@ -8,6 +8,9 @@ public:
|
||||
CListBox(DWORD style, HWND parent);
|
||||
void initStorage(DWORD count, size_t perItem);
|
||||
int addItem(const std::wstring &display, LPARAM data);
|
||||
void delItem(int index);
|
||||
int getSel();
|
||||
int getSelData();
|
||||
int getData(int index);
|
||||
void setSel(int index);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user