Macro mg::is_widget [] [src]

macro_rules! is_widget {
    ($widget:ident, $inner_widget:ident) => { ... };
}

Implement the IsA trait for $widget where $inner_widget is a Widget.