Expand description
Button widget.
Idiomatic egui widget: build with the chainable setters, then call
.ui(ui) (or pass to ui.add(...)). Returns egui::Response so callers
can .clicked() etc. exactly as with any built-in widget.
Button widget.
Idiomatic egui widget: build with the chainable setters, then call
.ui(ui) (or pass to ui.add(...)). Returns egui::Response so callers
can .clicked() etc. exactly as with any built-in widget.