idanarye / woab

Widgets on Actors Bridge - a GUI microframework for combining GTK with Actix
https://crates.io/crates/woab
MIT License
14 stars 1 forks source link

Add method for extracting GDK events from Signal parameters #22

Closed idanarye closed 3 years ago

idanarye commented 3 years ago

Once my fix to https://github.com/gtk-rs/gtk-rs/issues/392 will get released, it should be possible to add a new method - woab::Signal::param_event - which will translate the parameter to a concrete GDK event.