]> git.saurik.com Git - wxWidgets.git/commitdiff
Clarify documentation for wxPropertyGridEvent::GetProperty()
authorJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 18 Mar 2010 17:12:40 +0000 (17:12 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Thu, 18 Mar 2010 17:12:40 +0000 (17:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/propgrid/propgrid.h

index c7bf80a9967e9feb0acbaae07c9fa45b52316e9b..2faa02dc4d365b49821259c6d600a436f54ef74f 100644 (file)
@@ -1130,6 +1130,11 @@ public:
 
     /**
         Returns property associated with this event.
 
     /**
         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;
 
     */
     wxPGProperty* GetProperty() const;