Difference between revisions of "WxWidgets"

From AMule Project FAQ
Jump to: navigation, search
Line 2: Line 2:
  
 
[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], 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.
 +
 +
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.wxwidgets.org/manuals/2.5.3/wx_wxmacport.html wxMac]: For [http://www.apple.com/macosx MacOS X]/[http://developer.apple.com/carbon Carbon], [http://www.apple.com/macosx MacOS] Classic
 +
*[http://www.wxwidgets.org wxCocoa]: For [http://www.apple.com/macosx MacOS X]/[http://developer.apple.com/cocoa Cocoa] '''(Under development)'''
 +
*[http://www.wxwidgets.org/manuals/2.5.3/wx_wxx11port.html wxX11]: For [http://www.xfree86.org XLib] on [http://www.unix.org Unix]
 +
*[http://www.wxwidgets.org/manuals/2.5.3/wx_wxgtkport.html wxGTK]: For [http://www.gtk.org GTK]+ versions 1 and 2 on [http://www.unix.org Unix]
 +
*[http://www.wxwidgets.org wxQt]: For [http://www.trolltech.com/products/qt Qt] libraries on [http://www.unix.org Unix] '''(Under development)'''
 +
*[http://www.wxwidgets.org/manuals/2.5.3/wx_wxmswport.html wxMSW]: [http://www.microsoft.com/windows Windows] (both 32 and 64 bits) and [http://www.microsoft.com/windowsmobile WinCE]
 +
*[http://www.wxwidgets.org/manuals/2.5.3/wx_wxos2port.html wxOS2]: [http://www.mit.edu:8001/activities/os2/os2world.html OS/2] support
 +
*[http://www.wxwidgets.org/manuals/2.5.3/wx_wxmglport.html wxMGL]: Using the multi-platform [http://www.scitechsoft.com/products/dev/mgl_home.html MGL] library
 +
*[http://www.wxpython.org wxPython]: For [http://www.python.org Python] language support
 +
*[http://membres.lycos.fr/awaken wxTCL]: For [http://tcl.sourceforge.net TCL] language support
  
 
To download the latest [http://www.wxwidgets.org wxWidgets] read [[wx-cvs|this document]].
 
To download the latest [http://www.wxwidgets.org wxWidgets] read [[wx-cvs|this document]].

Revision as of 18:10, 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, 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.

Depending on the platform wxWidgets are running on and the libraries the application is going to be linked to, the following wxWidgets supports are available:

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).