Why Use GTK+?
Why Use GTK+?: "Cross-platform GUI RAD (for GTK+, etc): wxDesigner
(Score:5, Informative)
by Chuck Messenger (320443) Alter Relationship on Tuesday December 27, @05:42AM (#14343978)
Are there any cross platform (linux, mac, windows) GUI RAD tools ala Builder, yet?
Yes -- wxDesigner is a very nice RAD for use with the wxWidgets GUI-building environment. wxWidgets is a cross-platform GUI framework which uses native widgets. On Linux, it uses GTK+. On Windows, it uses Windows widgets. On Mac, it uses Mac widgets. There are other somewhat-supported platforms. This approach contrasts with that of the Qt framework -- another cross-platform builder (which is excellent), which implements all its own widgets on each platform. Also unlike Qt, wxWidgets is not bound by the GPL -- you're pretty much free to do as you like with it (i.e. incorporating it into commercial apps, without the requirement that you release your source code, or pay any licensing fee). wxDesigner is a very nice GUI RAD builder for wxWidgets. It's not free, but it's cheap. You definitely get your money's worth."
==================
Re:Cross-platform GUI RAD (for GTK+, etc): wxDesig
(Score:4, Insightful) True, wxDesigner is an alternative on Linux I haven't thought of. Thanks :-)
BTW see http://developers.slashdot.org/comments.pl?sid=172 263&cid=14343999 [slashdot.org]
http://www.trolltech.com/products/qt/index.htmlBTW see http://developers.slashdot.org/comments.pl?sid=17
--
Cross-platform application guidelines: http://freshmeat.net/projects/wyoguide/
================
to start a Gtk+ vs. Qt Flamewar here. Gtk+ is easier to install & handle (moc can be a real PITA sometimes), but until Gtk+ gets a really GOOD documentation and API, I'll stick with Qt. No, neither google nor devhelp are adequate. I want a reference as well done as the Qt one. Does such a thing exist?
=============
The official docs [gtk.org] are OK, I think. There's a tutorial [gtk.org] too. There's also an excellent book: The Official GNOME2 Developers Guide, but sadly it's not available as a free download. Sorry, but what's wrong with http://developer.gnome.org/doc/API/2.0/gtk/ [gnome.org], with every supporting library also document at http://developer.gnome.org/doc/API/ [gnome.org]?
Though when things get really tough and I absolutely have to know the little details, I like to hit the source http://cvs.gnome.org/viewcvs/gtk%2B/gtk/ [gnome.org] instead.
--------------------
Cross-platform application guidelines: http://freshmeat.net/projects/wyoguide/
================
Tempting....
(Score:4, Interesting)=============
Re:Tempting....
(Score:5, Informative)People do rave about the Qt docs I know.
-----------------
Re:Tempting....
(Score:5, Informative)Though when things get really tough and I absolutely have to know the little details, I like to hit the source http://cvs.gnome.org/viewcvs/gtk%2B/gtk/ [gnome.org] instead.
--------------------
http://glade.gnome.org/
http://gladewin32.sourceforge.net/modules/news/
http://www.monodevelop.com/Main_Page
0 Comments:
Post a Comment
<< Home