]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/defs.h
Moved the cleanup code to an EVT_WINDOW_DESTROY handler.
[wxWidgets.git] / include / wx / defs.h
index 80b4fbb8458a8e219deb9edb90ac2357df7a9743..a3ea865ebd1303bc6f23c338a825df7e5aae09bf 100644 (file)
@@ -1463,6 +1463,7 @@ enum wxDataFormatId
     wxDF_FILENAME =         15, /* CF_HDROP */
     wxDF_LOCALE =           16,
     wxDF_PRIVATE =          20,
+    wxDF_HTML =             30, /* Note: does not correspond to CF_ constant */
     wxDF_MAX
 };