Package: gtk

Class gtk:assistant-page

Superclasses

gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

child
The child property of type gtk:widget (Read / Write / Construct only)
The content of the assistant page.
complete
The complete property of type :boolean (Read / Write)
Setting this property to true marks a page as complete, that is, all the required fields are filled out. GTK uses this information to control the sensitivity of the navigation buttons.
Default value: false
page-type
The page-type property of type gtk:assistant-page-type (Read / Write)
The type of the assistant page.
Default value: :content
title
The title property of type :string (Read / Write)
The title of the page.
Default value: nil

Details

The gtk:assistant-page object is an auxiliary object used by the gtk:assistant class.

Notes

The accessor functions for the complete, page-type, and title properties are not exported for use. The values of the properties are accessed with the gtk:assistant-page-complete, gtk:assistant-page-type, and gtk:assistant-page-title functions, which are defined for the gtk:assistant widget.

Warning

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

Slot Access Functions

Inherited Slot Access Functions

See also

2024-7-30