Gnome#
Introduction
Gnome# is a library built on top of Gtk, by the Gnome project. It
turned out, that Gtk+ was lacking high-level widgets, that were
added through this library. However though it gives you powerful
APIs and better Gnome integration, using this classes will also
make your application unportable to Windows or Mac (until someone
steps up to port libgnome).
This tutorial describes how to build applications with Gnome# and
demonstrates some of the most popular classes.