[Gtk-sharp-list] Gtk# 0.17 released

Mike Kestner mkestner@ximian.com
Fri, 27 Feb 2004 13:22:31 -0600


Announcing release 0.17 of Gtk#, codenamed "Todd made me do it."  

Tarball available for immediate download from:

http://sourceforge.net/project/showfiles.php?group_id=40240

Binaries will be available shortly through the Mono project (thanks to
Duncan Mak).

About Gtk#: 
Gtk# is a .Net language binding for the Gtk+ Graphical User Interface
toolkit and several GNOME platform libraries. The GNOME 2.2 platform is
currently targeted.  The binding is fairly complete, but it is still
somewhat unproven and API unstable, and therefore not recommended for
production work. 

Changes since 0.16:
* Moved Event handlers and args to base namespaces. *Sharp namespaces
are now internal. Kill all your using *Sharp; statements. (MK)
* Pango API pruned to remove backend and engine API. (MK)
* struct fields now StudlyCaps. (MK)
* all GList and most GSList API replaced with typed[]. (MK)
* Improved TreeIter.GetHashCode for tree performance. (Ben Maurer)
* new hand-coded Gdk.Event implementation. (MK)
* More API Corrections, Customizations, and glue: (Jorn Baayen, Todd
Berman, John Luke, Thiago Milczarek SayĆ£o, MK)
* Bugfixes (Radek Doulik, MK)
* Doc Updates (MK)

Discussion of Gtk# occurs on the mailing list at
gtk-sharp-list@lists.ximian.com.  Bugs can be reported to
http://bugzilla.ximian.com, module gtk#. Check the Gtk# homepage for
additional info at http://gtk-sharp.sf.net.
-- 
Mike Kestner <mkestner@ximian.com>