Gtk.Assistant.prototype.remove_page
function remove_page(page_num:Number):void {
// Gjs wrapper for gtk_assistant_remove_page()
}Removes the page_num's page from assistant.
Since 3.2
- page_num
the index of a page in the assistant, or -1 to remove the last page