Package: gtk

Function gtk-assistant-insert-page

Lambda List

gtk-assistant-insert-page (assistant page position)

Arguments

assistant -- a gtk-assistant widget
page -- a gtk-widget page of the assistant
position -- an integer with the index starting at 0 at which to insert page, or -1 to append page to the assistant

Return Value

The index starting from 0 of the inserted page.

Details

Inserts a page in the assistant at a given position.
 

See also

2021-10-26