// Name: manager.h
// Purpose: interface of wxPropertyGridManager
// Author: wxWidgets team
-// RCS-ID: $Id:
+// RCS-ID: $Id$
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
const wxBitmap& bmp = wxPG_NULL_BITMAP,
wxPropertyGridPage* pageObj = NULL );
- void ClearModifiedStatus( wxPGPropArg id );
-
- void ClearModifiedStatus()
- {
- m_pPropGrid->ClearModifiedStatus();
- }
-
/**
Deletes all properties and all pages.
*/