Document that wxBitmapBundle also provides wxVariant support

Don't use IMPLEMENT_VARIANT_OBJECT() in the documentation, this is
completely unnecessary.
This commit is contained in:
Vadim Zeitlin 2024-01-06 19:54:31 +01:00
parent bddd46d343
commit 4833c67f79

View file

@ -73,12 +73,11 @@
wxObject itself. By default, wxWidgets already implements the shift
operator conversion for a few of its drawing related classes:
@code
IMPLEMENT_VARIANT_OBJECT(wxColour)
IMPLEMENT_VARIANT_OBJECT(wxImage)
IMPLEMENT_VARIANT_OBJECT(wxIcon)
IMPLEMENT_VARIANT_OBJECT(wxBitmap)
@endcode
- wxColour
- wxImage
- wxIcon
- wxBitmap
- wxBitmapBundle
Note that as of wxWidgets 2.9.0, wxVariantData no longer inherits from
wxObject and wxVariant no longer uses the type-unsafe wxList class for list