Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Resize
Method · 0.80
CreateMenuBar
Method · 0.80
UpdateFixedBounds
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected