// Created: 2008-08-23
// RCS-ID: $Id$
// Copyright: (c) Jaakko Salli
-// Licence: wxWindows license
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#include "wx/wx.h"
wxPGProperty* p = event.GetProperty();
if ( p )
+ {
wxLogVerbose("OnPropertyGridChange(%s, value=%s)",
p->GetName().c_str(), p->GetValueAsString().c_str());
+ }
else
+ {
wxLogVerbose("OnPropertyGridChange(NULL)");
+ }
}
void MyFrame::OnPropertyGridChanging(wxPropertyGridEvent &event)