MCPcopy 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
718void Notebook::SetScrollable( bool scrollable ) {
719 m_scrollable = scrollable;
720
721 RecalculateSize();
722}
723
724bool Notebook::GetScrollable() const {
725 return m_scrollable;

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected