| 266 | } |
| 267 | |
| 268 | Notebook::IndexType Notebook::GetCurrentPage() const { |
| 269 | return m_current_page; |
| 270 | } |
| 271 | |
| 272 | const Widget::Ptr Notebook::GetNthPage( IndexType page_number ) const { |
| 273 | if( ( page_number >= 0 ) && ( page_number < GetPageCount() ) ) { |
no outgoing calls
no test coverage detected