Removed wxPropertyGridManager::GetChildrentCount() member functions - now use page->GetRoot()->GetChildCount() and such
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1337,13 +1337,6 @@ bool wxPropertyGridManager::EnsureVisible( wxPGPropArg id )
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
size_t wxPropertyGridManager::GetChildrenCount( int page_index )
|
||||
{
|
||||
return GetChildrenCount( GetPage(page_index)->GetStatePtr()->m_properties );
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
void wxPropertyGridManager::OnToolbarClick( wxCommandEvent &event )
|
||||
{
|
||||
int id = event.GetId();
|
||||
|
Reference in New Issue
Block a user