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

Method GetBounds

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

Source from the content-addressed store, hash-verified

73 virtual void UpdateFixedBounds();
74
75 rect_t GetBounds() { return bounds; }
76 rect_t GetFixedBounds() { return fixedBounds; }
77
78 virtual void SetBounds(rect_t bounds) { this->bounds = bounds; UpdateFixedBounds(); };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected