Differences between version 5 and revision by previous author of wxWindows.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 5 | Last edited on Thursday, February 6, 2003 11:41:51 am | by JohnMcPherson | Revert |
Older page: | version 4 | Last edited on Friday, August 2, 2002 1:47:56 pm | by PerryLorier | Revert |
@@ -1,7 +1,10 @@
-wxWindows, found at [http://www.wxwindows.org], is a cross platform [GUI] library. Its is mainly used as a library with C++, but has bindings to other programming languages such as Python, Perl and Ruby. It relies upon a systems 'native' windowing libraries so it gives you the [LookAndFeel] of that platform.
+wxWindows, found at [http://www.wxwindows.org], is a cross platform [GUI] library. Its is mainly used as a library with C++, but has bindings to other programming languages such as Python, Perl and Ruby. It relies upon a systems 'native' windowing libraries so it gives you the [LookAndFeel] of that platform. For example, on Microsoft Windows it uses the native toolkit, on Unix it can use GTK, Motif or raw X11 (for wxEmbedded), and so on for the Mac and hand-held wx ports
.
-Its design is similar to that of [MFC] but much more consistent.
+wxPython is a very fast way of prototyping and developing graphical applications, if you are familar with python. It is fairly easy ([IMO]) to get the hang of the required coding style. The latest stable version (at the of writing) of wxWindows (which also includes the GTK, MSW, and Embedded ports) is 2.4., released in January 2003.
+
+
+
Its (wxWindows')
design is similar to that of [MFC] but much more consistent.
It is, of course, [OpenSource] and runs on [Linux].
Which OpenSource? [GPL] so you can't use it in a commercial program? [LGPL] so you can't steal the library? [BSD] style?