MCPcopy 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

FileViewMethod · 0.80
GUIHandleEventMethod · 0.80
UpdateFixedBoundsMethod · 0.80
OnMouseDownMethod · 0.80
OnRightMouseDownMethod · 0.80
OnDoubleClickMethod · 0.80
PaintMethod · 0.80
UpdateWindowSizeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected