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

Method GetDisplayedTabCount

src/SFGUI/Notebook.cpp:736–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

734}
735
736Notebook::IndexType Notebook::GetDisplayedTabCount() const {
737 if( !m_scrollable ) {
738 return GetPageCount();
739 }
740
741 return m_num_displayed_tabs;
742}
743
744bool Notebook::IsScrollingForward() const {
745 return m_scrolling_forward;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected