Searched refs:RedrawItems (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/Windows/Control/
H A DListView.h99 bool RedrawItems(int firstIndex, int lastIndex) { return BOOLToBool(ListView_RedrawItems(_window, firstIndex, lastIndex)); } function in class:NWindows::NControl::CListView
103 return RedrawItems(0, GetItemCount() - 1);
106 bool RedrawItem(int index) { return RedrawItems(index, index); }

Completed in 2666 milliseconds