Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ ListColumn
Class
ListColumn
LibLemon/include/lemon/gui/widgets.h:252–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
};
251
252
class ListColumn{
253
public:
254
std::string name;
255
int displayWidth;
256
};
257
258
class ListView : public Widget{
259
ListColumn primaryColumn;
Callers
1
AddColumn
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected