[ Version ( since = "2.10" ) ]
public unowned Widget? get_nth_page (int page_num)
Returns the child widget contained in page number page_num.
This widget will be removed in GTK 5
| this |
a `GtkAssistant` |
| page_num |
the index of a page in the this, or -1 to get the last page |
|
the child widget, or null if |