Jump to content

WxWidgets: Difference between revisions

From EDM2
No edit summary
 
No edit summary
Line 1: Line 1:
From the web site:
==Description==
 
An open source C++ GUI framework to make cross-platform programming child's play. Well, almost.
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.
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:
Support target platforms:
* Windows
* Unix/GTK+
* Unix/Motif and X11
* Mac OS
* MGL
* OS/2


Windows
==Source and References==
 
[http://www.wxwidgets.org wxWidgets Homepage]
Unix/GTK+
 
Unix/Motif and X11
 
Mac OS


MGL
==License==
 
Open Source - Library General Public Licence
OS/2
 
 
[http://www.wxwidgets.org wxWidgets Homepage]

Revision as of 19:57, 11 December 2009

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

Source and References

wxWidgets Homepage

License

Open Source - Library General Public Licence