Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Gtk2Hs中关于条目的文档有关于 Event 的条目onEntryActivate,当用户在输入字段中按 enter 时触发。这似乎是您大多数条目想要的东西。那么为什么这是在弃用部分?
onEntryActivate
我的猜测是这些“特殊”事件都已被弃用,而on应该使用通用函数。在这种情况下,它会是on yourEntry entryActivate doSomething。
on
on yourEntry entryActivate doSomething