After a lot of experimenting I was able to create a small GUI app that runs
under Mono and Windows (even supported the Windows XP theme). I did end up
using Gtk#. I guess what I'm looking for is an easy way of building a GUI
that works under both Linux and Windows (maybe OS X later down the road). I
found a GUI builder tool (the name has slipped my mind) for Gtk# that will
create an XML file that can be used with Mono to speed up GUI development.
I hadn't known about fltk until your post. Do you think there would be
advantages over Gtk#?
Post by Geiregat JonasPost by GregIs Gtk Sharp required for GUI applications within Mono?
No there are other toolkit out.
All not yet fully implemented you have qt# and wx.NET (wxWindow
implementation). There could be others but that's all I know off.
I'm thinking of implementing fltk.NET if you have interests you can
repley :)