1 个不稳定版本
0.1.0 | 2024 年 8 月 12 日 |
---|
#5 在 #subscribe 中
每月 190 次下载
25KB
152 行
Iced Widget 焦点订阅
订阅 Widget 的焦点变化
let widget = text("Some text here");
let hoverable_widget = hoverable(widget.into())
.on_focus(Messages::OnFocus)
.on_unfocus(Messages::OnUnfocus);
依赖项
~24–41MB
~723K SLoC