Struct kiss_ui::button::Button
[−]
[src]
pub struct Button(_);
A button that can be clicked momentarily and invoke a callback when this happens.
Methods
impl Button
fn new() -> Button
Create a new Button
with no label.
fn set_label<L: Into<String>>(self, label: L) -> Self
Set the label of this button. Can be blank.