]> git.saurik.com Git - wxWidgets.git/commitdiff
removed old commented out code and out of date comments
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Oct 2005 17:18:46 +0000 (17:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 3 Oct 2005 17:18:46 +0000 (17:18 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/notebook.h
include/wx/mac/classic/notebook.h

index ab68aabbeaf979e912c31f2e8f3585f82589b601..393de929f8e24b8e64c139ffdfb552bf4d262307 100644 (file)
@@ -28,9 +28,6 @@ class WXDLLEXPORT wxWindow;
 // wxNotebook
 // ----------------------------------------------------------------------------
 
-// @@@ this class should really derive from wxTabCtrl, but the interface is not
-//     exactly the same, so I can't do it right now and instead we reimplement
-//     part of wxTabCtrl here
 class wxNotebook : public wxNotebookBase
 {
 public:
@@ -83,18 +80,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;
 
-    // cycle thru the tabs
-  void AdvanceSelection(bool bForward = true);
-
-
-    // currently it's always 1 because wxGTK doesn't support multi-row
-    // tab controls
-  int GetRowCount() const;
-*/
   // operations
   // ----------
     // remove all pages
@@ -105,10 +91,7 @@ public:
                   const wxString& strText,
                   bool bSelect = false,
                   int imageId = -1);
-/*
-    // get the panel which represents the given page
-  wxNotebookPage *GetPage(int nPage) { return m_aPages[nPage]; }
-*/
+
   // callbacks
   // ---------
   void OnSize(wxSizeEvent& event);
index b85f1e8428f7be49fcbc4c0028c3dc2d43b1f2d6..3caae8cb6843f0e3ff72a0cf7b9d247e35f1f951 100644 (file)
@@ -28,9 +28,6 @@ class WXDLLEXPORT wxWindow;
 // wxNotebook
 // ----------------------------------------------------------------------------
 
-// @@@ this class should really derive from wxTabCtrl, but the interface is not
-//     exactly the same, so I can't do it right now and instead we reimplement
-//     part of wxTabCtrl here
 class wxNotebook : public wxNotebookBase
 {
 public:
@@ -83,18 +80,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;
 
-    // cycle thru the tabs
-  void AdvanceSelection(bool bForward = true);
-
-
-    // currently it's always 1 because wxGTK doesn't support multi-row
-    // tab controls
-  int GetRowCount() const;
-*/
   // operations
   // ----------
     // remove all pages
@@ -105,10 +91,7 @@ public:
                   const wxString& strText,
                   bool bSelect = false,
                   int imageId = -1);
-/*
-    // get the panel which represents the given page
-  wxNotebookPage *GetPage(int nPage) { return m_aPages[nPage]; }
-*/
+
   // callbacks
   // ---------
   void OnSize(wxSizeEvent& event);