]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/editors.h
Updated docs, removed SetPropertyModifiedStatus() (use wxPGProperty::SetModifiedStatu...
[wxWidgets.git] / include / wx / propgrid / editors.h
index d07e7adf0d464055bb79761bae1f83010761d154..0d6ff4db6e568bbe19350fa053b2d38cb47ae2b3 100644 (file)
@@ -155,6 +155,12 @@ public:
 
     /** Handles events. Returns true if value in control was modified
         (see wxPGProperty::OnEvent for more information).
+
+        @remarks wxPropertyGrid will automatically unfocus the editor when
+                wxEVT_COMMAND_TEXT_ENTER is received and when it results in
+                property value being modified. This happens regardless of
+                editor type (ie. behavior is same for any wxTextCtrl and
+                wxComboBox based editor).
     */
     virtual bool OnEvent( wxPropertyGrid* propgrid, wxPGProperty* property,
         wxWindow* wnd_primary, wxEvent& event ) const = 0;