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

Method LayoutContainer

LibLemon/src/gui/widgets.cpp:182–184  ·  view source on GitHub ↗

///////////////////// LayoutContainer /////////////////////

Source from the content-addressed store, hash-verified

180 // LayoutContainer
181 //////////////////////////
182 LayoutContainer::LayoutContainer(rect_t bounds, vector2i_t itemSize) : Container(bounds){
183 this->itemSize = itemSize;
184 }
185
186 void LayoutContainer::AddWidget(Widget* w){
187 Container::AddWidget(w);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected