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

Method GetFirstDisplayedTab

src/SFGUI/Notebook.cpp:728–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726}
727
728Notebook::IndexType Notebook::GetFirstDisplayedTab() const {
729 if( !m_scrollable ) {
730 return 0;
731 }
732
733 return m_first_tab;
734}
735
736Notebook::IndexType Notebook::GetDisplayedTabCount() const {
737 if( !m_scrollable ) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected