Package: gtk

Function gtk:assistant-page-type

Lambda List

gtk:assistant-page-type (assistant page)

Syntax

(gtk:assistant-page-type assistant page) => ptype
(setf (gtk:assistant-page-type assistant page) ptype)

Arguments

assistant -- a gtk:assistant widget
page -- a gtk:widget page of assistant
ptype -- a value of the gtk:assistant-page-type enumeration

Details

The page type determines the page behavior in the assistant.

Warning

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

See also

2025-2-27