MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ClearItems

Method ClearItems

LibLemon/src/gui/widgets.cpp:787–791  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785 }
786
787 void ListView::ClearItems(){
788 items.clear();
789
790 ResetScrollBar();
791 }
792
793 void ListView::OnMouseDown(vector2i_t mousePos){
794 assert(items.size() < INT32_MAX);

Callers 2

RefreshMethod · 0.45
mainFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected