X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f4968e28101e75a121b3e3f45d45c1c90d82801..cd6ce4a90c11b54cc00799d0e4611d858739a749:/include/wx/dataobj.h diff --git a/include/wx/dataobj.h b/include/wx/dataobj.h index 08171926b8..544d90ef13 100644 --- a/include/wx/dataobj.h +++ b/include/wx/dataobj.h @@ -146,6 +146,9 @@ public: { return FALSE; } + + // returns TRUE if this format is supported + bool IsSupported(const wxDataFormat& format, Direction dir = Get) const; }; // ----------------------------------------------------------------------------