diff options
| author | pml68 <contact@pml68.dev> | 2025-07-05 09:14:58 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-07-05 09:14:58 +0200 |
| commit | 718d2ddb7b3e8179e36ef4881e94d7facbd17b28 (patch) | |
| tree | 40987731a9d81f5a00ae885a9031a6e6e914db21 /README.md | |
| parent | feat: "smarter" sizing for the dialog (diff) | |
| download | iced_dialog-718d2ddb7b3e8179e36ef4881e94d7facbd17b28.tar.gz | |
feat: add `on_press` and `on_press_with` methods for backdrop clicks
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -65,6 +65,7 @@ impl State { .push_button(iced_dialog::button("Cancel", Message::Cancelled)) .width(350) .height(234) + .on_press(Message::Cancelled) .into() } } |
