RE: winforms for GUI?
"Mark Hahn" <[email protected]> Thu, 5 Aug 2004 19:18:59 -0700
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <000501c47b5b$bc05beb0$0d01a8c0@MarkVaio> |
Joe Mason wrote: > > Does anyone have any experience with winforms? How does it > compare to > > wxWindows or GTK? Will I need to give it a wrapper to make it > > Prothonic? > > I thought there was no Linux implementation of it. Yes, you are right. I found this in the press release: "The cross-platform Gtk# GUI programming library that allows developers to target Linux, Windows and MacOS X with a single code base from any of the Mono compatible programming languages". So I guess I'll be using Gtk# for my GUI. That's a shame, I always liked wxWindows. I also guess I'll be stealing the GTK wrapper from Python, unless it sucks. Any comments on how I should wrap GTK?