Add missing GetPageImage

This commit is contained in:
Robin Dunn 2016-11-11 19:02:17 -08:00
parent 0dfe73c21e
commit fcc453848b

View File

@ -399,6 +399,12 @@ public:
and returns @true if a selection was made.
*/
bool ShowWindowMenu();
/**
Returns the image index for the given page.
*/
virtual int GetPageImage(size_t nPage) const;
};