Function onyx::ui::button [] [src]

pub fn button<Action, F: Fn() -> Action + 'static>(
    action: F
) -> WidgetBuilder<Action>