pub type DataViewIconTextRenderer = DataViewIconTextRendererIsOwned<true>;
Expand description
The wxDataViewIconTextRenderer class is used to display text with a small icon next to it as it is typically done in a file manager.
DataViewIconTextRenderer
represents a C++wxDataViewIconTextRenderer
class instance which your code has ownership,DataViewIconTextRendererIsOwned
<false>
represents one which don’t own.- Use
DataViewIconTextRenderer
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxDataViewIconTextRenderer
class’s documentation for more details.
Aliased Type§
pub struct DataViewIconTextRenderer(/* private fields */);