[ CCode ( cname = "gimp_page_selector_get_page_thumbnail" ) ]
[ Version ( since = "2.4" ) ]
public unowned Pixbuf? get_page_thumbnail (int page_no)
| this |
Pointer to a PageSelector. |
| page_no |
The number of the page to get the thumbnail for. |
|
The page's thumbnail, or null if none is set. The returned pixbuf is owned by PageSelector and must not be unref'ed when no longer needed. |