compilation fixes - wxGTK compiles but not links
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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") );
|
||||
|
Reference in New Issue
Block a user