Engler, Eric wrote: > Is there a good example of a reference application for GTK# that works > on both Windows and linux? > Banshee's being ported to work on Windows, but I don't know if there's much GTK# work going on to make that happen: http://abock.org/2007/02/21/banshee-on-windows/
If you're looking for help with the code, there's a bit here: http://www.mfconsulting.com/tutorial/newgladeapp/ > My thought is that GTK# will make an app that looks like a linux app > (even on Windows), and WinForms will make an app that looks like a > Windows app (even on linux). > Your GTK# app will make it look like, well, a GTK# app. GTK--in general, regardless of language--has a Wimp theme that makes it look (very much) like Windows. See Pidgin: http://images.snapfiles.com/screenfiles/Pidgin2.gif. > All else being equal I'd probably prefer doing a WinForms app because I > am the most familiar with it and I do all my development initially on > Windows. > There's a lot to be said for familiarity. That said, GTK is great, if you ask me. Cheers, Andrew _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
