Function poke_a_mango::ops::set_button_style [] [src]

pub fn set_button_style<S>(button: &mut Button<S>)

Set the button style to a one that looks :+1: on the canvas.

Examples

let mut butan = Button::new();
// Probably more positioning options
set_button_style(&mut butan);

butan.set(buttid, &mut ui_widgets);