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

[Atk] Fix property names. #213

Closed Therzok closed 6 years ago

Therzok commented 6 years ago

Atk defines the properties via const strings, not literal strings, so the perl parser grabs the wrong id. https://github.com/GNOME/atk/blob/125dac528339267821dbbd6da9b19fe9949334e9/atk/atkobject.c#L259-L273

Therzok commented 6 years ago

https://gist.github.com/Therzok/904184b923b3ee7d4bf8f113d7563e8a

iainx commented 6 years ago

👍