]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/property.h
Added multiple selection feature to wxPropertyGrid (enabled by setting wxPG_EX_MULTIP...
[wxWidgets.git] / include / wx / propgrid / property.h
index 49205999448d47fb1510d7d12caa8a86dd16a000..a6a55f0bc252984f5fc5755ce7c03823c8c65e40 100644 (file)
@@ -435,7 +435,11 @@ wxPG_PROP_CLASS_SPECIFIC_1          = 0x00080000,
 
 /** Indicates the bit useable by derived properties.
 */
-wxPG_PROP_CLASS_SPECIFIC_2          = 0x00100000
+wxPG_PROP_CLASS_SPECIFIC_2          = 0x00100000,
+
+/** Indicates that the property is being deleted and should be ignored.
+*/
+wxPG_PROP_BEING_DELETED             = 0x00200000
 
 };