]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/aui/auibook.h
Add wxDataViewCtrl::{Set,Get}CurrentItem().
[wxWidgets.git] / interface / wx / aui / auibook.h
index ab151ff49b802c4ed32878faefef6adb21acad40..42de40116b7a42daea37898137fe9c25a5c8d1b1 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxAuiNotebook
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Purpose:     interface of wxAuiNotebook
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -55,7 +55,7 @@
     @endStyleTable
 
 
     @endStyleTable
 
 
-    @beginEventTable{wxAuiNotebookEvent}
+    @beginEventEmissionTable{wxAuiNotebookEvent}
     @event{EVT_AUINOTEBOOK_PAGE_CLOSE(id, func)}
         Provide description.
     @event{EVT_AUINOTEBOOK_PAGE_CHANGED(id, func)}
     @event{EVT_AUINOTEBOOK_PAGE_CLOSE(id, func)}
         Provide description.
     @event{EVT_AUINOTEBOOK_PAGE_CHANGED(id, func)}
@@ -248,8 +248,8 @@ public:
         The @a direction argument specifies where the pane should go, it should be one
         of the following: wxTOP, wxBOTTOM, wxLEFT, or wxRIGHT.
     */
         The @a direction argument specifies where the pane should go, it should be one
         of the following: wxTOP, wxBOTTOM, wxLEFT, or wxRIGHT.
     */
-    void SetUniformBitmapSize(const wxSize& size);
-    void Split(size_t page, int direction);
+    virtual void SetUniformBitmapSize(const wxSize& size);
+    virtual void Split(size_t page, int direction);
     //@}
 
     /**
     //@}
 
     /**