X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..85f138db83939ce7c59a942aaecca7fa98168db3:/include/wx/listbook.h?ds=sidebyside diff --git a/include/wx/listbook.h b/include/wx/listbook.h index 73244fc256..a912075502 100644 --- a/include/wx/listbook.h +++ b/include/wx/listbook.h @@ -109,6 +109,8 @@ public: // returns true if we have wxLB_TOP or wxLB_BOTTOM style bool IsVertical() const { return HasFlag(wxLB_BOTTOM | wxLB_TOP); } + virtual bool DeleteAllPages(); + protected: virtual wxWindow *DoRemovePage(size_t page);