pub type TextDataObject = TextDataObjectIsOwned<true>;Expand description
wxTextDataObject is a specialization of wxDataObjectSimple for text data.
TextDataObjectrepresents a C++wxTextDataObjectclass 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++
wxTextDataObjectclass’s documentation for more details.
Aliased Type§
pub struct TextDataObject(/* private fields */);