| Crates.io | iced_on_focus_widget |
| lib.rs | iced_on_focus_widget |
| version | 0.1.1 |
| created_at | 2024-08-12 01:07:15.321197+00 |
| updated_at | 2024-09-18 21:46:50.411068+00 |
| description | Subscribe to focus changes on widgets |
| homepage | |
| repository | https://github.com/LegitCamper/iced_on_focus_widget |
| max_upload_size | |
| id | 1333754 |
| size | 111,802 |
let widget = text("Some text here");
let hoverable_widget = hoverable(widget.into())
.on_focus(Messages::OnFocus)
.on_unfocus(Messages::OnUnfocus);