gtk-rs / examples

DEPRECATED, use https://github.com/gtk-rs/gtk-rs repository instead!
MIT License
284 stars 75 forks source link

Example of using set_events? #100

Open AaronM04 opened 7 years ago

AaronM04 commented 7 years ago

I couldn't find an example of specifying the event bitmasks for http://gtk-rs.org/docs/gtk/trait.WidgetExt.html#tymethod.set_events. Is this documented somewhere? If so, I could make an example.

GuillaumeGomez commented 7 years ago

I guess it is on the official GTK docs. An example would very appreciated. :)