]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/props.h
enable wxHAS_RAW_BITMAP for OpenWatcom 1.8 and later
[wxWidgets.git] / include / wx / propgrid / props.h
index ae426977edb6b2b8f5d76f48c912b8990a85c1dc..93f0ed542d6900931f8b4176dfaef53dc15af14b 100644 (file)
@@ -538,6 +538,7 @@ public:
                                int childIndex,
                                wxVariant& childValue ) const;
     virtual void RefreshChildren();
+    virtual bool DoSetAttribute( const wxString& name, wxVariant& value );
 
     // GetChoiceSelection needs to overridden since m_choices is
     // used and value is integer, but it is not index.