]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/notebook.cpp
Added wxUSE_NUMBERDLG to setup.h; added some files to VC++ project files;
[wxWidgets.git] / src / gtk1 / notebook.cpp
index e2913462839d785592df125f8e24ce24da108efb..f47bb99b30837be0fc23f206c5904d830a23d924 100644 (file)
@@ -342,16 +342,6 @@ int wxNotebook::GetSelection() const
     return m_selection;
 }
 
-int wxNotebook::GetPageCount() const
-{
-    return (int) g_list_length( GTK_NOTEBOOK(m_widget)->children );
-}
-
-int wxNotebook::GetRowCount() const
-{
-    return 1;
-}
-
 wxString wxNotebook::GetPageText( int page ) const
 {
     wxCHECK_MSG( m_widget != NULL, wxT(""), wxT("invalid notebook") );