mono / gtk-sharp

Gtk# is a Mono/.NET binding to the cross platform Gtk+ GUI toolkit and the foundation of most GUI apps built with Mono
http://www.mono-project.com/GtkSharp
Other
426 stars 141 forks source link

[Gtk] Invoke (Action) and Invoke (EventHandler) clash when using dele… #211

Closed Therzok closed 7 years ago

Therzok commented 7 years ago

…gate {}

alanmcgovern commented 7 years ago

Strictly speaking I don't think we need this. It's not an ABI break as all existing code will continue running but if you want to recompile against a newer gtk# you could end up with ambiguous overloads. I can definitely be convinced that it is OK to have people adjust their source to compensate for that.

Therzok commented 7 years ago

Fine by me in that case.