openmedicus / gtk-sharp

DEPRECATED: Use https://github.com/GLibSharp/GtkSharp or https://github.com/GtkSharp/GtkSharp
Other
22 stars 6 forks source link

Wrong signature on TextView.GetIterAtPosition #35

Closed wolfgangmauer closed 5 years ago

wolfgangmauer commented 5 years ago

Hi, the signature for the follow method is wrong Treeview public bool GetIterAtPosition (TextIter iter, out int trailing, int x, int y);

should be public bool GetIterAtPosition (out TextIter iter, out int trailing, int x, int y);

mikkeljohnsen commented 5 years ago

Hi,

This repository is deprecated please use GLibSharp/GtkSharp or even better this: GtkSharp/GtkSharp