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

Method GetCurrentPage

src/SFGUI/Notebook.cpp:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected