Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ scrollMax
Method
scrollMax
forms/scrollbar.h:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
virtual void scrollNext(int amount = 0);
60
void scrollMin() { setValue(Minimum); }
61
void scrollMax() { setValue(Maximum); }
62
void scrollWheel(Event *e);
63
64
sp<Control> copyTo(sp<Control> CopyParent) override;
Callers
1
MessageLogScreen
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected