[MonoDevelop] using winform or gtk# on linux

Stifu stifu at free.fr
Sat Apr 10 17:03:11 EDT 2010


You can use WinForms, but you'll have no designer support with MonoDevelop.
That said, graphics manipulation happens in System.Drawing (using Graphics,
Bitmap and such objects), which is separate from WinForms (and isn't done in
a designer). That's the Windows way, though (although it works with Mono,
with a few bugs here and there).
But the GTK# way is to use the Gdk.Pixbuf object, so this may be what you're
after.
-- 
View this message in context: http://n4.nabble.com/using-winform-or-gtk-on-linux-tp1835626p1835667.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list