Difference between revisions of "WxWidgets"

From AMule Project FAQ
Jump to: navigation, search
m
Line 1: Line 1:
 
== What is [http://www.wxwidgets.org wxWidgets] ? ==
 
== What is [http://www.wxwidgets.org wxWidgets] ? ==
  
[http://www.wxwidgets.org wxWidgets] (formerly [http://www.wxwidgets.org wxWindows]) gives you a single, easy-to-use API for writing GUI applications on multiple platforms. Link with the appropriate library for your platform ([http://www.microsoft.com/windows Windows]/[http://www.unix.org Unix]/[http://www.apple.com 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, [http://www.wxwidgets.org 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, [http://www.w3.org/MarkUp HTML] viewing and printing, and much, much more.
+
[http://www.wxwidgets.org wxWidgets] (formerly [http://www.wxwidgets.org wxWindows]) gives you a single, easy-to-use API for writing GUI applications on multiple platforms. Link with the appropriate library for your platform ([http://www.microsoft.com/windows Windows]/[http://www.unix.org Unix]/[http://www.apple.com Mac], etc...) and compiler, and your application will adopt the look and feel appropriate to that platform. On top of great a GUI functionality, [http://www.wxwidgets.org 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, [http://www.w3.org/MarkUp HTML] viewing and printing, and much, much more.
 +
 
 +
Depending on the platform [http://www.wxwidgets.org wxWidgets] are running on, the libraries the application is going to be linked to, and the programming or scripting language it is written in, the following [http://www.wxwidgets.org wxWidgets] supports are available:
  
Depending on the platform [http://www.wxwidgets.org wxWidgets] are running on and the libraries the application is going to be linked to, the following [http://www.wxwidgets.org wxWidgets] supports are available:
 
 
*[http://www.wxwindows.org/wxuniv.htm wxUniversal]: Supporting natively any platform
 
*[http://www.wxwindows.org/wxuniv.htm wxUniversal]: Supporting natively any platform
 
*[[wxBase]]: Text-only support
 
*[[wxBase]]: Text-only support

Revision as of 19:13, 15 November 2004

What is wxWidgets ?

wxWidgets (formerly wxWindows) 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, etc...) and compiler, and your application will adopt the look and feel appropriate to that platform. On top of great a 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.

Depending on the platform wxWidgets are running on, the libraries the application is going to be linked to, and the programming or scripting language it is written in, the following wxWidgets supports are available:

wxWinCE: Port for *WinCE/Mobile wxNano-X: Port for *Nano-X

To download the latest wxWidgets read this document.

Links in this wiki regarding wxWidgets:

NOTE: aMule is a separate project and is not realated to wxWidgets in any way (apart from using it as it's widgets library).