Difference between revisions of "WxWidgets"

From AMule Project FAQ
Jump to: navigation, search
m (Removed Version Tag)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
<center>'''English''' | [[wxWidgets-de|Deutsch]]</center>
 +
 
== 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]) provides a single, easy-to-use API/Framework for writing applications (GUI applications supported) on multiple platforms and languages (see below for a partial list of supported platforms and languages).
 
[http://www.wxwidgets.org wxWidgets] (formerly [http://www.wxwidgets.org wxWindows]) provides a single, easy-to-use API/Framework for writing applications (GUI applications supported) on multiple platforms and languages (see below for a partial list of supported platforms and languages).
  
 +
It allows you to use a single source code on many different operating systems and platforms with very little (if any at all) code modifications, making the code and application portability as easy as it can get.
  
It allows you to use one single source code on many different operative systems and platforms with very little (if any at all) code modifications, makeing the code and application portability as easy as it can get.
+
As an overview, it supports advanced features such as clipboard, drag&drop, printing, networking, editing and viewing graphics, multithreading, handling signals and events, system calls, file access, etc.
 
+
As an overview, it supports advanced features such as clipboard, drag&drop, printing, networking, editting and viewing graphics, multithreading, handling signals and events, system calls, file access, etc...
+
  
Even more, [http://www.wxwidgets.org wxWidgets] grant's the look'n'feel and behaviour of your application will remain exactly the same whatever platform you port it to.
+
Even more, [http://www.wxwidgets.org wxWidgets] grants the look'n'feel and behaviour of your application will remain exactly the same whatever platform you port it to.
  
 
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, 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:
Line 17: Line 17:
 
*[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 wxCocoa]: For [http://www.apple.com/macosx MacOS X]/[http://developer.apple.com/cocoa Cocoa] '''(Under development)'''
 
*[http://elj.sourceforge.net/projects/gui/ewxw wxEiffel]: For the [http://en.wikipedia.org/wiki/Eiffel_programming_language Eiffel] programming language
 
*[http://elj.sourceforge.net/projects/gui/ewxw wxEiffel]: For the [http://en.wikipedia.org/wiki/Eiffel_programming_language Eiffel] programming language
*[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/embedded.htm wxEmbedded]: This is a global name for [http://www.wxwindows.org wxWidgets] embedded ports
 +
*[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] (Supports [http://h71000.www7.hp.com OpenVMS] too)
 
*[http://wxhaskell.sourceforge.net wxHaskell]: For the [http://www.haskell.org Haskell] programming language
 
*[http://wxhaskell.sourceforge.net wxHaskell]: For the [http://www.haskell.org Haskell] programming language
 
*[http://www.steveperkins.net/request.jsp?page=wxjava wxJava]: For the [http://java.sun.com Java] programming language
 
*[http://www.steveperkins.net/request.jsp?page=wxjava wxJava]: For the [http://java.sun.com Java] programming language

Latest revision as of 11:29, 29 June 2008

English | Deutsch

What is wxWidgets ?

wxWidgets (formerly wxWindows) provides a single, easy-to-use API/Framework for writing applications (GUI applications supported) on multiple platforms and languages (see below for a partial list of supported platforms and languages).

It allows you to use a single source code on many different operating systems and platforms with very little (if any at all) code modifications, making the code and application portability as easy as it can get.

As an overview, it supports advanced features such as clipboard, drag&drop, printing, networking, editing and viewing graphics, multithreading, handling signals and events, system calls, file access, etc.

Even more, wxWidgets grants the look'n'feel and behaviour of your application will remain exactly the same whatever platform you port it to.

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:

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