WxWidgets: Difference between revisions
mNo edit summary |
mNo edit summary |
||
Line 12: | Line 12: | ||
* OS/2 | * OS/2 | ||
== | ==Version== | ||
* V2.8.12 (2011-03-28) [http://sourceforge.net/projects/wxwindows/files/2.8.12/] | |||
==Links== | |||
[http://www.wxwidgets.org wxWidgets Homepage] | [http://www.wxwidgets.org wxWidgets Homepage] | ||
==License== | ==License== | ||
Open Source - Library General Public | Open Source - Library General Public License. | ||
==Author== | |||
==Related Articles== | |||
==Publications== | |||
[[Category:Tools]] | [[Category:Tools]] |
Revision as of 23:26, 9 November 2012
Description
An open source C++ GUI framework to make cross-platform programming child's play. Well, almost.
wxWidgets gives you a single, easy-to-use API for writing GUI applications on multiple platforms. Link with the appropriate library for your platform (Windows/Unix/Mac, others coming shortly) and compiler (almost any popular C++ compiler), and your application will adopt the look and feel appropriate to that platform. On top of great GUI functionality, wxWidgets gives you: online help, network programming, streams, clipboard and drag and drop, multithreading, image loading and saving in a variety of popular formats, database support, HTML viewing and printing, and much much more.
Support target platforms:
- Windows
- Unix/GTK+
- Unix/Motif and X11
- Mac OS
- MGL
- OS/2
Version
- V2.8.12 (2011-03-28) [1]
Links
License
Open Source - Library General Public License.