pub type ArtProvider = ArtProviderIsOwned<true>;
Expand description
wxArtProvider class is used to customize the look of wxWidgets application.
ArtProvider
represents a C++wxArtProvider
class instance which your code has ownership,ArtProviderIsOwned
<false>
represents one which don’t own.- Use
ArtProvider
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxArtProvider
class’s documentation for more details.
Aliased Type§
pub struct ArtProvider(/* private fields */);