]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/propgridiface.h
Added label editing capability into wxPropertyGrid
[wxWidgets.git] / include / wx / propgrid / propgridiface.h
index a110518c0402ff6e103a4d62ffc8718ad18b9fb2..cb16eb93d9a3a178c8edbb55e5940b993094ba68 100644 (file)
@@ -1287,6 +1287,9 @@ public:
 
     static wxPGEditor* GetEditorByName( const wxString& editorName );
 
+    // NOTE: This function reselects the property and may cause
+    //       excess flicker, so to just call Refresh() on a rect
+    //       of single property, call DrawItem() instead.
     virtual void RefreshProperty( wxPGProperty* p ) = 0;
 
 protected: