Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ AddColumn
Method
AddColumn
LibLemon/src/gui/widgets.cpp:773–775 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
771
}
772
773
void ListView::AddColumn(ListColumn& column){
774
columns.push_back(ListColumn(column));
775
}
776
777
int ListView::AddItem(ListItem& item){
778
int index = items.size();
Callers
2
main
Function · 0.80
main
Function · 0.80
Calls
1
ListColumn
Class · 0.85
Tested by
no test coverage detected