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:
parent
bddd46d343
commit
4833c67f79
1 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue