Skip to main content

button

Macro button 

Source
macro_rules! button {
    ($($arg:expr),* $(,)?) => { ... };
}
Expand description

A Button: button!(id, label). Chain setters after.