Type Alias DelegateRendererNative

Source
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.

Aliased Type§

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