mirror of
https://github.com/HIllya51/LunaHook.git
synced 2025-01-11 20:39:34 +08:00
Update controls.cpp
This commit is contained in:
parent
c306ac0280
commit
657e014135
@ -170,6 +170,7 @@ int listview::additem(const std::wstring& text,HICON hicon){
|
||||
}
|
||||
void listview::clear(){
|
||||
ListView_DeleteAllItems(winId);
|
||||
ImageList_RemoveAll(hImageList);
|
||||
}
|
||||
int listview::count(){
|
||||
return ListView_GetItemCount(winId);
|
||||
|
Loading…
x
Reference in New Issue
Block a user