So much for Gtk#…

April 24, 2007 by Oliver
Filed under: Computers, Languages, Programming, Technology, XML 

Well I’ve abandoned my plans to use Gtk# in the language app (which actually secretly has a name now).

The main reason for changing is simplicity. I had a look at the TreeView control in Gtk and decided it was too much work. Although the theory of good MVC separation is good, the user interface is such a small, simple part of my app it wasn’t worth it. The stuff I need from System.Windows.Forms should work in Mono (and .NET 1.1 and hopefully even the Compact Framework).

I still prefer the way Gtk handles layout of controls in general, but I console myself with the Windows form designer in Visual C# Express…

Comments

2 Comments on So much for Gtk#…

  1. RyanC on Wed, 25th Apr 2007 11:30 pm
  2. That’s reight, give in to the dark side you :P

  3. Oliver on Wed, 2nd May 2007 10:34 am
  4. If I had a Mac to test it on I could do it in Cocoa# :P