Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ~ListView
Method
~ListView
LibLemon/src/gui/widgets.cpp:695–697 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
693
}
694
695
ListView::~ListView(){
696
697
}
698
699
void ListView::Paint(surface_t* surface){
700
assert(items.size() < INT_MAX);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected