Assistant.getNthPage

gtk.widget.Widget getNthPage(int pageNum)

Returns the child widget contained in page number page_num.

Parameters

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

Returns

the child widget, or null

if page_num is out of bounds