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