pub type DelegateRendererNative = DelegateRendererNativeIsOwned<true>;
Expand description
wxDelegateRendererNative allows reuse of renderers code by forwarding all the wxRendererNative methods to the given object and thus allowing you to only modify some of its methods without having to reimplement all of them.
DelegateRendererNative
represents a C++wxDelegateRendererNative
class instance which your code has ownership,DelegateRendererNativeIsOwned
<false>
represents one which don’t own.- Use
DelegateRendererNative
’snew()
orBuildable::builder()
(if available) to create an instance of this class. - See C++
wxDelegateRendererNative
class’s documentation for more details.
Aliased Type§
pub struct DelegateRendererNative(/* private fields */);