__init__(self)
(Constructor)
wx.DataObjectComposite is the simplest wx.DataObject derivation
which may be sued to support multiple formats. It contains several
'wx.DataObjectSimple` objects and supports any format supported by at
least one of them. Only one of these data objects is preferred (the
first one if not explicitly changed by using the second parameter of
Add) and its format determines the preferred format of the composite
data object as well.
See wx.DataObject documentation for the reasons why you might prefer
to use wx.DataObject directly instead of wx.DataObjectComposite for
efficiency reasons.
-
- Returns:
-
DataObjectComposite
- Overrides:
wx.DataObject.__init__
|