Package: gtk

Accessor gtk-assistant-child-header-image

Lambda List

gtk-assistant-child-header-image (container child)

Syntax

(gtk-assistant-child-header-image container child) => image
(setf (gtk-assistant-child-header-image container child) image)

Arguments

container -- a gtk-assistant widget
child -- a gtk-widget page of the assistant
image -- a gdk-pixbuf image

Details

Accessor of the header-image child property of the gtk-assistant class.

The image used to be displayed in the page header.

Warning

The header-image child property has been deprecated since version 3.2 and should not be used in newly written code. Since GTK 3.2, a header is no longer shown. Add your header decoration to the page content instead.
 

See also

2021-11-2