Method
GimpUiPageSelectorget_page_thumbnail
since: 2.4
Declaration [src]
GdkPixbuf*
gimp_page_selector_get_page_thumbnail (
GimpPageSelector* selector,
gint page_no
)
Return value
Type: GdkPixbuf
The page’s thumbnail, or NULL
if none
is set. The returned pixbuf is owned by GimpPageSelector
and must
not be unref’ed when no longer needed.
The data is owned by the instance. |
The return value can be NULL . |