Package: gtk

Accessor gtk-assistant-child-sidebar-image

Lambda List

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

Syntax

(gtk-assistant-child-sidebar-image container child) => image
(setf (gtk-assistant-child-sidebar-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 sidebar-image child property of the gtk-assistant class.

The image used to be displayed in the sidebar.

Warning

The sidebar-image child property has been deprecated since version 3.2 and should not be used in newly written code. Since GTK 3.2, the sidebar image is no longer shown.
 

See also

2021-10-26