]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/xti.cpp
Implement GetValue() and SetValue() and send an event when clicked
[wxWidgets.git] / src / common / xti.cpp
index 23e5af6cf3adc0756da13e35b3d6e6e46f92d0ee..38ed197501e6f0cf7461cebbce2a929658650086 100644 (file)
@@ -519,7 +519,7 @@ wxxVariantArray wxClassInfo::GetPropertyCollection(wxObject *object, const wxCha
     return accessor->GetPropertyCollection(object);
 }
 
-void wxClassInfo::AddPropertyCollection(wxObject *object, const wxChar *propertyName , const wxxVariant& value) const 
+void wxClassInfo::AddToPropertyCollection(wxObject *object, const wxChar *propertyName , const wxxVariant& value) const 
 {
     const wxPropertyAccessor *accessor;