Package: gtk

Function gtk-assistant-nth-page

Lambda List

gtk-assistant-nth-page (assistant index)

Arguments

assistant -- a gtk-assistant widget
index -- an integer with 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.
 

See also

*2021-11-2