Macro wxwidgets

Source
macro_rules! wxwidgets {
    (
        $(#[doc = $docComment:tt])*
        $(#[doc($docAttrKey:ident = $docAttrValue:tt)])*
        class $type:ident
            = $typeIsOwned:ident<true>($wxType:ident) impl
            $($methods:ident),*
    ) => { ... };
}