Skip to main content

Module button

Module button 

Source
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.

Structsยง

Button