[Mono-docs-list] Gnome.NET tutorial.

Miguel de Icaza miguel@ximian.com
28 Feb 2003 02:17:38 -0500


Hey guys,

   I was looking for some information on how to use Gdk today, and ran
into the Gtkmm tutorial (gtkmm is the set of C++ bindings for Gtk), and
found that those guys have produced quite a bunch of nice documents.

   It would be nice if people looked at them, and integrated the best
ideas from it.  For example, they have sections on drawing things on a
Drawing Area (what am trying to do, and I remember people complaining
that they could not draw a "red" line on the screen;  This explains
why).

Main docs page:

	http://gtkmm.sourceforge.net/gtkmm2/docs/

Programming with Gtkmm page:

	
	http://gtkmm.sourceforge.net/gtkmm2/docs/tutorial/html/index.html

    Also, porting some of the code samples to Gtk# should help iron out
the bugs in the binding.

Miguel.