Difference between revisions of "WxWidgets"
Line 4: | Line 4: | ||
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]]. | ||
+ | |||
+ | Links in this wiki regarding [http://www.wxwidgets.org wxWidgets]: | ||
+ | * [[Compilation_Installation#Step_1:_wxGTK|Manual wxWidgets compilation]] | ||
+ | * [[Check if wx is installed twice]] (since having it installed twice is a common source of compilation problems) | ||
+ | * [[How to uninstall wxWidgets]] | ||
'''NOTE:''' [[aMule]] is a '''separate''' project and is '''not''' realated to [http://www.wxwidgets.org wxWidgets] in any way (apart from using it as it's widgets library). | '''NOTE:''' [[aMule]] is a '''separate''' project and is '''not''' realated to [http://www.wxwidgets.org wxWidgets] in any way (apart from using it as it's widgets library). |
Revision as of 13:14, 20 October 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.
To download the latest wxWidgets read this document.
Links in this wiki regarding wxWidgets:
- Manual wxWidgets compilation
- Check if wx is installed twice (since having it installed twice is a common source of compilation problems)
- How to uninstall 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).