removed old commented out code and out of date comments

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2005-10-03 17:18:46 +00:00
parent 550343399a
commit 27a1fd5880
2 changed files with 2 additions and 36 deletions

View File

@ -28,9 +28,6 @@ class WXDLLEXPORT wxWindow;
// wxNotebook // 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 class wxNotebook : public wxNotebookBase
{ {
public: public:
@ -83,18 +80,7 @@ public:
// calculate size for wxNotebookSizer // calculate size for wxNotebookSizer
wxSize CalcSizeFromPage(const wxSize& sizePage) const; wxSize CalcSizeFromPage(const wxSize& sizePage) const;
wxRect GetPageRect() 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 // operations
// ---------- // ----------
// remove all pages // remove all pages
@ -105,10 +91,7 @@ public:
const wxString& strText, const wxString& strText,
bool bSelect = false, bool bSelect = false,
int imageId = -1); int imageId = -1);
/*
// get the panel which represents the given page
wxNotebookPage *GetPage(int nPage) { return m_aPages[nPage]; }
*/
// callbacks // callbacks
// --------- // ---------
void OnSize(wxSizeEvent& event); void OnSize(wxSizeEvent& event);

View File

@ -28,9 +28,6 @@ class WXDLLEXPORT wxWindow;
// wxNotebook // 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 class wxNotebook : public wxNotebookBase
{ {
public: public:
@ -83,18 +80,7 @@ public:
// calculate size for wxNotebookSizer // calculate size for wxNotebookSizer
wxSize CalcSizeFromPage(const wxSize& sizePage) const; wxSize CalcSizeFromPage(const wxSize& sizePage) const;
wxRect GetPageRect() 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 // operations
// ---------- // ----------
// remove all pages // remove all pages
@ -105,10 +91,7 @@ public:
const wxString& strText, const wxString& strText,
bool bSelect = false, bool bSelect = false,
int imageId = -1); int imageId = -1);
/*
// get the panel which represents the given page
wxNotebookPage *GetPage(int nPage) { return m_aPages[nPage]; }
*/
// callbacks // callbacks
// --------- // ---------
void OnSize(wxSizeEvent& event); void OnSize(wxSizeEvent& event);