From: Jaakko Salli Date: Thu, 18 Mar 2010 17:12:40 +0000 (+0000) Subject: Clarify documentation for wxPropertyGridEvent::GetProperty() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/28756ab9c52aba43c99409cea3a9faedb1bccf6a?ds=sidebyside Clarify documentation for wxPropertyGridEvent::GetProperty() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/propgrid/propgrid.h b/interface/wx/propgrid/propgrid.h index c7bf80a996..2faa02dc4d 100644 --- a/interface/wx/propgrid/propgrid.h +++ b/interface/wx/propgrid/propgrid.h @@ -1130,6 +1130,11 @@ public: /** Returns property associated with this event. + + @remarks You should assume that this property can always be NULL. + For instance, wxEVT_PG_SELECTED is emitted not only when + a new property is selected, but also when selection is + cleared by user activity. */ wxPGProperty* GetProperty() const;