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