Package: gtk

Function gtk:assistant-nth-page

Lambda List

gtk:assistant-nth-page (assistant index)

Arguments

assistant -- a gtk:assistant widget
index -- an integer for the index of a page in assistant, or -1 to get the last page

Return Value

The gtk:widget child widget, or nil if the index argument is out of bounds.

Details

Returns the child widget contained in the assistant with the given page index.

Warning

The gtk:assistant implementation is deprecated since 4.10. This widget will be removed in GTK 5.
 

See also

2025-2-27