Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TankOs/SFGUI
/ SetScrollable
Method
SetScrollable
src/SFGUI/Notebook.cpp:718–722 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
716
}
717
718
void Notebook::SetScrollable( bool scrollable ) {
719
m_scrollable = scrollable;
720
721
RecalculateSize();
722
}
723
724
bool Notebook::GetScrollable() const {
725
return m_scrollable;
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected