]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/notebook.h
added RefreshItem(s) methods
[wxWidgets.git] / include / wx / mac / notebook.h
index 283a0166b866fca0041e05c99534a1044a059b68..d71c10eebe610c524819f9153fdfde16e1a674e2 100644 (file)
@@ -80,11 +80,11 @@ public:
 
   // control the appearance of the notebook pages
     // set the size (the same for all pages)
-  void SetPageSize(const wxSize& size);
+  virtual void SetPageSize(const wxSize& size);
     // set the padding between tabs (in pixels)
-  void SetPadding(const wxSize& padding);
+  virtual void SetPadding(const wxSize& padding);
     // sets the size of the tabs (assumes all tabs are the same size)
-  void SetTabSize(const wxSize& sz);
+  virtual void SetTabSize(const wxSize& sz);
 
 /*
     // get number of pages in the dialog