]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/aui/auibook.h
Filter out subframes from the ie backend history and the sample. Also document that...
[wxWidgets.git] / interface / wx / aui / auibook.h
index a5f790cef9a8b5213eabfd0df872d2b8923f532d..b96cf4eb5be0026b9e5cce8b708a0d46584336b1 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxAuiNotebook
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
     @endStyleTable
 
 
-    @beginEventTable{wxAuiNotebookEvent}
-        @event{EVT_AUINOTEBOOK_PAGE_CLOSE(id, func)}
-            @todo Provide description.
-        @event{EVT_AUINOTEBOOK_PAGE_CHANGED(id, func)}
-            @todo Provide description.
-        @event{EVT_AUINOTEBOOK_PAGE_CHANGING(id, func)}
-            @todo Provide description.
-        @event{EVT_AUINOTEBOOK_BUTTON(id, func)}
-            @todo Provide description.
-        @event{EVT_AUINOTEBOOK_BEGIN_DRAG(id, func)}
-            @todo Provide description.
-        @event{EVT_AUINOTEBOOK_END_DRAG(id, func)}
-            @todo Provide description.
-        @event{EVT_AUINOTEBOOK_DRAG_MOTION(id, func)}
-            @todo Provide description.
-        @event{EVT_AUINOTEBOOK_ALLOW_DND(id, func)}
-            @todo Provide description.
+    @beginEventEmissionTable{wxAuiNotebookEvent}
+    @event{EVT_AUINOTEBOOK_PAGE_CLOSE(id, func)}
+        Provide description.
+    @event{EVT_AUINOTEBOOK_PAGE_CHANGED(id, func)}
+        Provide description.
+    @event{EVT_AUINOTEBOOK_PAGE_CHANGING(id, func)}
+        Provide description.
+    @event{EVT_AUINOTEBOOK_BUTTON(id, func)}
+        Provide description.
+    @event{EVT_AUINOTEBOOK_BEGIN_DRAG(id, func)}
+        Provide description.
+    @event{EVT_AUINOTEBOOK_END_DRAG(id, func)}
+        Provide description.
+    @event{EVT_AUINOTEBOOK_DRAG_MOTION(id, func)}
+        Provide description.
+    @event{EVT_AUINOTEBOOK_ALLOW_DND(id, func)}
+        Provide description.
     @endEventTable
 
+    @todo provide description for the events above.
+
     @library{wxaui}
     @category{aui}
 */
@@ -246,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.
     */
-    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);
     //@}
 
     /**
@@ -338,6 +340,20 @@ public:
     */
     virtual void SetSelectedFont(const wxFont& font) = 0;
 
+    /**
+        Sets the colour of the inactive tabs.
+
+        @since 2.9.2
+    */
+    virtual void SetColour(const wxColour& colour) = 0;
+
+    /**
+        Sets the colour of the selected tab.
+
+        @since 2.9.2
+    */
+    virtual void SetActiveColour(const wxColour& colour) = 0;
+
     /**
         Sets sizing information.
     */