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

Method ScrollView

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

Source from the content-addressed store, hash-verified

401 rect_t scrollBounds = {0, 0, 0, 0};
402 public:
403 ScrollView(rect_t b) : Container(b) {}
404 void Paint(surface_t* surface);
405 void AddWidget(Widget* w);
406

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected