[][src]Derive Macro kas_macros::Widget

#[derive(Widget)]
{
    // Attributes available to this derive:
    #[core]
    #[widget]
    #[handler]
    #[layout_data]
}

Macro to derive widget traits

See the kas::macros module documentation.