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

Method SetBounds

LibLemon/include/lemon/gui/widgets.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 rect_t GetFixedBounds() { return fixedBounds; }
77
78 virtual void SetBounds(rect_t bounds) { this->bounds = bounds; UpdateFixedBounds(); };
79 };
80
81 class Container : public Widget {

Callers 3

ResizeMethod · 0.80
CreateMenuBarMethod · 0.80
UpdateFixedBoundsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected