]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/propgrid/editors.h
Added wxDataViewEvent::SetDragFlags() and GetDropEffect() methods.
[wxWidgets.git] / include / wx / propgrid / editors.h
index 4432b37958adb2886f6d1db5bc5e4c5fa147312c..d9ab664eba4072377aad25b7f1914c3ce9b4d714 100644 (file)
 
 #if wxUSE_PROPGRID
 
+class WXDLLIMPEXP_FWD_PROPGRID wxPGCell;
+class WXDLLIMPEXP_FWD_PROPGRID wxPGProperty;
+class WXDLLIMPEXP_FWD_PROPGRID wxPropertyGrid;
+
 // -----------------------------------------------------------------------
 // wxPGWindowList contains list of editor windows returned by CreateControls.