]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/notebook.h
RCS-IDs
[wxWidgets.git] / interface / wx / notebook.h
index 5325aea8099e366cd06920a7d1b9c1dad4b53fba..b3e5eba0460b092cc96ac5e6a9dfebafc0d8a182 100644 (file)
@@ -251,10 +251,9 @@ public:
 
         @see AddPage()
     */
-    bool InsertPage(size_t index, wxNotebookPage* page,
-                    const wxString& text,
-                    bool select = false,
-                    int imageId = -1);
+    virtual bool InsertPage(size_t index, wxNotebookPage* page,
+                            const wxString& text, bool select = false,
+                            int imageId = -1);
 
     /**
         An event handler function, called when the page selection is changed.
@@ -280,7 +279,7 @@ public:
         Sets the amount of space around each page's icon and label, in pixels.
         @note The vertical padding cannot be changed in wxGTK.
     */
-    void SetPadding(const wxSize& padding);
+    virtual void SetPadding(const wxSize& padding);
 
     /**
         Sets the image index for the given page. @a image is an index into