Difference between revisions of "WxWidgets"

From AMule Project FAQ
Jump to: navigation, search
 
m (links)
Line 1: Line 1:
 
== What is [http://www.wxwidgets.org wxWidgets] ? ==
 
== What is [http://www.wxwidgets.org wxWidgets] ? ==
  
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.
+
[http://www.wxwidgets.org wxWidgets] 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]/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.

Revision as of 12:42, 14 July 2004

What is wxWidgets ?

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.