]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbook.h
Patch from Jed Burgess that optionally allows the grid to notify when
[wxWidgets.git] / include / wx / listbook.h
index 824656b61905d63be3f42494482792f62f603d8f..a9120755025686ad752f2bbca89cb992b42601c3 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     19.08.03
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwidgets.org>
-// 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);