Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LemonOSProject/LemonOS
/ GetFixedBounds
Method
GetFixedBounds
LibLemon/include/lemon/gui/widgets.h:76–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
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(); };
79
};
Callers
8
FileView
Method · 0.80
GUIHandleEvent
Method · 0.80
UpdateFixedBounds
Method · 0.80
OnMouseDown
Method · 0.80
OnRightMouseDown
Method · 0.80
OnDoubleClick
Method · 0.80
Paint
Method · 0.80
UpdateWindowSize
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected