X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f4968e28101e75a121b3e3f45d45c1c90d82801..1f80a703f24bc50a5ce92fb1406dd1b38ac4e506:/include/wx/dataobj.h?ds=sidebyside 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; }; // ----------------------------------------------------------------------------