]> git.saurik.com Git - wxWidgets.git/commitdiff
Document wxEVT_PG_CHANGED
authorJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 16 Feb 2010 14:12:23 +0000 (14:12 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Tue, 16 Feb 2010 14:12:23 +0000 (14:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/propgrid/propgrid.h

index 6a75c9b0452f40a1d3004f5f9b6b3afe6e933315..313c664462e75d67dee563088911c6b2a52a0917 100644 (file)
@@ -364,6 +364,9 @@ typedef int (*wxPGSortCallback)(wxPropertyGrid* propGrid,
         function. For instance, collapsing a parent property programmatically
         causes any selected child property to become unselected, and may
         therefore cause this event to be generated.
+    @event{EVT_PG_CHANGED(id, func)}
+        Respond to wxEVT_PG_CHANGED event, generated when property value
+        has been changed by the user.
     @event{EVT_PG_CHANGING(id, func)}
         Respond to wxEVT_PG_CHANGING event, generated when property value
         is about to be changed by user. Use wxPropertyGridEvent::GetValue()