Files
wxWidgets/include
Vadim Zeitlin 5556ea8429 Add support for storing wxBitmapBundle in a wxVariant
Define wxBitmapBundleVariantData without using the standard macros that
only work for wxObject-derived classes, but using more or less what they
expand into.

This will allow using wxBitmapBundle with wxDataViewCustomRenderer
subclasses in the upcoming commit.
2022-05-08 21:26:04 +02:00
..