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

Method ListView

LibLemon/src/gui/widgets.cpp:689–693  ·  view source on GitHub ↗

///////////////////// ListView /////////////////////

Source from the content-addressed store, hash-verified

687 // ListView
688 //////////////////////////
689 ListView::ListView(rect_t bounds) : Widget(bounds) {
690 font = Graphics::GetFont("default");
691
692 assert(font); // Then shit really went down
693 }
694
695 ListView::~ListView(){
696

Callers

nothing calls this directly

Calls 1

GetFontFunction · 0.85

Tested by

no test coverage detected