getNthPage

open fun getNthPage(pageNum: Int): Widget?

Returns the child widget contained in page number @page_num.

Return

the child widget, or null if @page_num is out of bounds

Parameters

pageNum

the index of a page in the notebook, or -1 to get the last page