Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ Widget
Method
Widget
LibLemon/src/gui/widgets.cpp:13–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
namespace Lemon::GUI {
13
Widget::Widget() {}
14
15
Widget::Widget(rect_t bounds, LayoutSize newSizeX, LayoutSize newSizeY){
16
this->bounds = bounds;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected