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

Method Container

LibLemon/src/gui/widgets.cpp:89–91  ·  view source on GitHub ↗

///////////////////// Contianer /////////////////////

Source from the content-addressed store, hash-verified

87 // Contianer
88 //////////////////////////
89 Container::Container(rect_t bounds) : Widget(bounds) {
90
91 }
92
93 void Container::AddWidget(Widget* w){
94 children.push_back(w);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected