X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..bfbb0b4c77cd55b5d3073ce3392fa4b2fdc39a50:/include/wx/listbook.h diff --git a/include/wx/listbook.h b/include/wx/listbook.h index 824656b619..a912075502 100644 --- a/include/wx/listbook.h +++ b/include/wx/listbook.h @@ -6,7 +6,7 @@ // Created: 19.08.03 // RCS-ID: $Id$ // Copyright: (c) 2003 Vadim Zeitlin -// Licence: wxWidgets licence +// Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// #ifndef _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);