]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/notebook.h
initialize m_initialized to false to avoid spurious asserts
[wxWidgets.git] / include / wx / mac / notebook.h
index 9855ea47dc2dc099425b582e0e733e2b78f6062f..7f3724805c0ef29d8e2bcda896564874439a9a18 100644 (file)
@@ -86,7 +86,7 @@ public:
    
     // calculate size for wxNotebookSizer
   wxSize CalcSizeFromPage(const wxSize& sizePage) const;
-
+  wxRect GetPageRect() const ;
 /*
     // get number of pages in the dialog
   int GetPageCount() const;
@@ -134,8 +134,9 @@ public:
   // -------------------
   virtual void Command(wxCommandEvent& event);
 protected:
-    virtual wxNotebookPage *DoRemovePage(size_t page) ;
-    virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ;
+  virtual wxSize DoGetBestSize() const ;
+  virtual wxNotebookPage *DoRemovePage(size_t page) ;
+  virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ;
   // common part of all ctors
   void Init();