GimpUi.PageSelector.prototype.set_page_thumbnail
function set_page_thumbnail(page_no: Number(gint), thumbnail: GdkPixbuf.Pixbuf): void {
// Gjs wrapper for gimp_page_selector_set_page_thumbnail()
}
Sets the thumbnail for given page_no. A default "page" icon will be used if no page thumbnail is set.
Since 2.4
- page_no
The number of the page to set the thumbnail for.
- thumbnail
The thumbnail pixbuf.