<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=200.181.85.252</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=200.181.85.252"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/200.181.85.252"/>
		<updated>2026-04-05T03:48:46Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/WxWidgets</id>
		<title>WxWidgets</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/WxWidgets"/>
				<updated>2006-06-19T00:38:24Z</updated>
		
		<summary type="html">&lt;p&gt;200.181.85.252: Fixing something, I think.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== What is [http://www.wxwidgets.org wxWidgets] ? ==&lt;br /&gt;
&lt;br /&gt;
[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).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
As an overview, it supports advanced features such as clipboard, drag&amp;amp;drop, printing, networking, editting and viewing graphics, multithreading, handling signals and events, system calls, file access, etc.&lt;br /&gt;
&lt;br /&gt;
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.&lt;br /&gt;
&lt;br /&gt;
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:&lt;br /&gt;
&lt;br /&gt;
*[http://www.wxwindows.org/wxuniv.htm wxUniversal]: Supporting natively any platform&lt;br /&gt;
*[[wxBase]]: Text-only support&lt;br /&gt;
*[http://wxbasic.sourceforge.net wxBasic]: For [http://en.wikipedia.org/wiki/BASIC_programming_language Basic] language&lt;br /&gt;
*[http://www.wxwidgets.org wxCocoa]: For [http://www.apple.com/macosx MacOS X]/[http://developer.apple.com/cocoa Cocoa] '''(Under development)'''&lt;br /&gt;
*[http://elj.sourceforge.net/projects/gui/ewxw wxEiffel]: For the [http://en.wikipedia.org/wiki/Eiffel_programming_language Eiffel] programming language&lt;br /&gt;
*[http://www.wxwidgets.org/embedded.htm wxEmbedded]: This is a global name for [http://www.wxwindows.org wxWidgets] embedded ports&lt;br /&gt;
*[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)&lt;br /&gt;
*[http://wxhaskell.sourceforge.net wxHaskell]: For the [http://www.haskell.org Haskell] programming language&lt;br /&gt;
*[http://www.steveperkins.net/request.jsp?page=wxjava wxJava]: For the [http://java.sun.com Java] programming language&lt;br /&gt;
*[http://www.luascript.thersgb.net wxLua]: For [http://www.lua.org Lua] language&lt;br /&gt;
*[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&lt;br /&gt;
*[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&lt;br /&gt;
*[http://www.wxwindows.org/embedded.htm#wxmwin wxMicroWindows]: Port for [http://www.microwindows.org Microwindows]&lt;br /&gt;
*[http://www.wxwindows.org/dl_x11.htm wxMotif]: For [http://www.opengroup.org/motif Motif] language '''(No longer maintained)'''&lt;br /&gt;
*[http://www.wxwidgets.org/manuals/2.5.3/wx_wxmswport.html wxMSW]: [http://www.microsoft.com/windows Windows] (32 and 64 bits).&lt;br /&gt;
*[http://www.wxwindows.org/embedded.htm#wxnanox wxNano-X]: Port for [http://www.microwindows.org Nano-X]&lt;br /&gt;
*[http://www.wxwidgets.org/manuals/2.5.3/wx_wxos2port.html wxOS2]: [http://www.mit.edu:8001/activities/os2/os2world.html OS/2] support&lt;br /&gt;
*[http://www.wxwindows.org/embedded.htm#wxpalmos wxPalmOS]: Port for [http://www.palmos.com PalmOS]&lt;br /&gt;
*[http://wxperl.sourceforge.net wxPerl]: For [http://www.perl.org Perl] language&lt;br /&gt;
*[http://www.wxpython.org wxPython]: For [http://www.python.org Python] language support&lt;br /&gt;
*[http://www.wxwidgets.org wxQt]: For [http://www.trolltech.com/products/qt Qt] libraries on [http://www.unix.org Unix] '''(Under development)'''&lt;br /&gt;
*[http://wxruby.rubyforge.org wxRuby]: For the [http://www.ruby-lang.org Ruby] programming language&lt;br /&gt;
*[http://membres.lycos.fr/awaken wxTCL]: For [http://tcl.sourceforge.net TCL] language support&lt;br /&gt;
*[http://www.wxwindows.org/embedded.htm#wxwince wxWinCE]: Port for [http://www.microsoft.com/windowsmobile WinCE/Mobile]&lt;br /&gt;
*[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.microsoft.com/windows Windows] 16 bits is '''no longer maintained'''&lt;br /&gt;
*[http://wxnet.sourceforge.net wx.Net]: For the [http://www.microsoft.com/net .Net] platform&lt;br /&gt;
*other ports such as wxBEOS, wxCurses, wxGEOS, wxJavaScript, wxNextStep, etc...&lt;br /&gt;
&lt;br /&gt;
To download the latest [http://www.wxwidgets.org wxWidgets] read [[wx-cvs|this document]].&lt;br /&gt;
&lt;br /&gt;
Links in [[Main Page|this wiki]] regarding [http://www.wxwidgets.org wxWidgets]:&lt;br /&gt;
* [[wx-cvs|Get wxWidgets CVS]]&lt;br /&gt;
* [[Compilation_Installation#Step_1:_wxGTK|Manual wxWidgets compilation]]&lt;br /&gt;
* [[Check if wx is installed twice]] (since having it installed twice is a common source of compilation problems)&lt;br /&gt;
* [[Using another wxinstall|Using another wxWidgets installation]]&lt;br /&gt;
* [[How to uninstall wxWidgets]]&lt;br /&gt;
&lt;br /&gt;
'''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).&lt;/div&gt;</summary>
		<author><name>200.181.85.252</name></author>	</entry>

	</feed>