On Sun, 2006-05-14 at 21:59 +0200, Murray Cumming wrote: > On Tue, 2006-05-02 at 04:22 -0500, Zac Bowling wrote: > > Gtk# has support for Gtk+ 2.4, 2.6, and 2.8 > > Are you sure about 2.8? I don't see any GTK+ 2.8 methods or properties > in the online Gtk# documentation, and I can't find any general > information about what versions of the GTK+ API are wrapped by different > versions of the Gtk# API.
Yes. The 2.8.x series binds gtk+ 2.8. There's a (freshly updated) description of our version support here: http://www.mono-project.com/GtkSharpPlan To make a long story short, Gtk# 2.x.y binds Gtk+ 2.x. Not sure why the on-line docs don't include the 2.8 API. Thanks for pointing it out. I'll look into it. The docs shipped with gtk-sharp-2.8.2 contain all the new API. -- Mike Kestner <[EMAIL PROTECTED]> _______________________________________________ language-bindings mailing list [email protected] http://mail.gnome.org/mailman/listinfo/language-bindings
