pub type TextDataObject = TextDataObjectIsOwned<true>;
Expand description
wxTextDataObject is a specialization of wxDataObjectSimple for text data.
TextDataObject
represents a C++wxTextDataObject
class instance which your code has ownership,TextDataObjectIsOwned
<false>
represents one which don’t own.- Use
TextDataObject
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxTextDataObject
class’s documentation for more details.
Aliased Type§
pub struct TextDataObject(/* private fields */);