X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9804d5404a9607cda3d08ec8225f52f78b78bc72..80752b57a9bbdfa7613a917d9ece00fc47677080:/include/wx/bookctrl.h diff --git a/include/wx/bookctrl.h b/include/wx/bookctrl.h index 50b6dcdf13..6d3c80b670 100644 --- a/include/wx/bookctrl.h +++ b/include/wx/bookctrl.h @@ -213,6 +213,10 @@ public: return wxNOT_FOUND; } + + // we do have multiple pages + virtual bool HasMultiplePages() const { return true; } + protected: // Should we accept NULL page pointers in Add/InsertPage()? //