]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/property.h
Cleanly separate GUI socket-related code from net library.
[wxWidgets.git] / include / wx / propgrid / property.h
index b8a1581e5a0595b594f0f488d55d5a4ef7a93c95..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
 
 };
 
@@ -1957,7 +1961,7 @@ public:
 
     void SetLabel( const wxString& label ) { m_label = label; }
 
-    inline void SetName( const wxString& newName );
+    void SetName( const wxString& newName );
 
     /**
         Changes what sort of parent this property is for its children.