Sat, 19 Oct 2002
C#, .Net, Mono, and Gtk#
I've been playing around with Mono and Gtk# and I'm pleased to report that despite a few build problems, these teams have made substantial progress and the tools appear to be usable by mere mortals, namely me.
Indeed, something as simple as this:
About about = new About("My First Mono Gtk# Application","1.0","Copyright 2002","Hello", new String[]{"David Watson"}, new String[]{"David Watson"}, "n/a", new Pixbuf("/home/david/aak.thumb.jpg"));
about.Run();
Yields results like this:
I knew writing cross-platform GUIs in Java was relatively easy but this takes it to another level entirely. I'd like to thank everybody who did such wonderful work on this stuff. I'm hoping to dive in and make a contribution soon once I figure out where the holes are. Woo Hoo!
Posted at: 04:10 | permalink
