Gtk.Assistant.prototype.set_page_side_image

function set_page_side_image(page:Gtk.Widget, pixbuf:GdkPixbuf.Pixbuf):void {
    // Gjs wrapper for gtk_assistant_set_page_side_image()
}

Sets a side image for page.

This image used to be displayed in the side area of the assistant when page is the current page.

Since 2.10

page

a page of assistant

pixbuf

the new side image page