Difference between revisions of "WxWidgets"

From AMule Project FAQ
Jump to: navigation, search
m
Line 21: Line 21:
 
*[http://www.luascript.thersgb.net wxLua]: For [http://www.lua.org Lua] language
 
*[http://www.luascript.thersgb.net wxLua]: For [http://www.lua.org Lua] language
 
*[http://www.wxwindows.org/embedded.htm#wxpalmos wxPalmOS]: Port for [http://www.palmos.com PalmOS]
 
*[http://www.wxwindows.org/embedded.htm#wxpalmos wxPalmOS]: Port for [http://www.palmos.com PalmOS]
*[http://www.wxwindows.org/embedded.htm#wxwince wxWinCE]: Port for *[http://www.microsoft.com/windowsmobile WinCE/Mobile]
+
[http://www.wxwindows.org/embedded.htm#wxwince wxWinCE]: Port for *[http://www.microsoft.com/windowsmobile WinCE/Mobile]
*[http://www.wxwindows.org/embedded.htm#wxnanox wxNano-X]: Port for *[http://www.microwindows.org Nano-X]
+
[http://www.wxwindows.org/embedded.htm#wxnanox wxNano-X]: Port for *[http://www.microwindows.org Nano-X]
 
*[http://www.wxwindows.org/embedded.htm#wxmwin wxMicroWindows]: Port for *[http://www.microwindows.org Microwindows]
 
*[http://www.wxwindows.org/embedded.htm#wxmwin wxMicroWindows]: Port for *[http://www.microwindows.org Microwindows]
 
*other ports such as wxCurses, wxJavaScript, wxNextStep, wxGEOS, wxBEOS, etc...
 
*other ports such as wxCurses, wxJavaScript, wxNextStep, wxGEOS, wxBEOS, etc...

Revision as of 17:58, 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:

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