Add missing GetPageImage
This commit is contained in:
parent
0dfe73c21e
commit
fcc453848b
@ -399,6 +399,12 @@ public:
|
|||||||
and returns @true if a selection was made.
|
and returns @true if a selection was made.
|
||||||
*/
|
*/
|
||||||
bool ShowWindowMenu();
|
bool ShowWindowMenu();
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
Returns the image index for the given page.
|
||||||
|
*/
|
||||||
|
virtual int GetPageImage(size_t nPage) const;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user