Type Alias TextDataObject

Source
pub type TextDataObject = TextDataObjectIsOwned<true>;
Expand description

wxTextDataObject is a specialization of wxDataObjectSimple for text data.

Aliased Type§

pub struct TextDataObject(/* private fields */);