MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetScrollable

Method GetScrollable

src/SFGUI/Notebook.cpp:724–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722}
723
724bool Notebook::GetScrollable() const {
725 return m_scrollable;
726}
727
728Notebook::IndexType Notebook::GetFirstDisplayedTab() const {
729 if( !m_scrollable ) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected