Notebook.getNthPage

Returns the child widget contained in page number @page_num.

class Notebook
getNthPage
()

Parameters

pageNum int

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

Return Value

Type: Widget

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

Meta