insert_page


Description:

public int insert_page (Widget page, int position)

Inserts a page in the this at a given position.

Note:

This widget will be removed in GTK 5

Parameters:

this

a `GtkAssistant`

page

a `GtkWidget`

position

the index (starting at 0) at which to insert the page, or -1 to append the page to the this

Returns:

the index (starting from 0) of the inserted page