WxWidgets explained

wxWidgets
Logo Size:128px
Collapsible:yes
Author:Julian Smart[1] [2] [3]
Developer:Various developers and contributors[4]
Released:[5]
Programming Language:C++
Operating System:Cross-platform
Genre:Development library
License:wxWidgets Licence

wxWidgets (formerly wxWindows) is a widget toolkit and tools library for creating graphical user interfaces (GUIs) for cross-platform applications. wxWidgets enables a program's GUI code to compile and run on several computer platforms with no significant code changes. A wide choice of compilers and other tools to use with wxWidgets facilitates development of sophisticated applications. wxWidgets supports a comprehensive range of popular operating systems and graphical libraries, both proprietary and free.

The project was started under the name wxWindows in 1992 by Julian Smart at the University of Edinburgh. The project was renamed wxWidgets in 2004 in response to a trademark claim by Microsoft UK.

It is free and open source software, distributed under the terms of the wxWidgets Licence, which satisfies those who wish to produce for GPL and proprietary software.

Portability and deployment

wxWidgets covers systems such as Microsoft Windows, Mac OS (Carbon and Cocoa), iOS (Cocoa Touch), Linux/Unix (X11, Motif, and GTK), OpenVMS, OS/2 and AmigaOS. A version for embedded systems is under development.[6]

wxWidgets is used across various industry sectors, most notably by Xerox, Advanced Micro Devices (AMD), Lockheed Martin, NASA and the Center for Naval Analyses. It is also used in the public sector and education by, for example, Dartmouth Medical School, National Human Genome Research Institute, National Center for Biotechnology Information, and many others.[7] wxWidgets is used in many open source projects,[8] and by individual developers.

History

wxWidgets (initially wxWindows; "w" is for Windows, and "x" is for X Window System)[9] was started in 1992 by Julian Smart at the University of Edinburgh. He attained an honours degree in Computational science from the University of St Andrews in 1986, and is still a core developer.

On 20 February 2004, the developers of wxWindows announced that the project was changing its name to wxWidgets, as a result of Microsoft requesting Julian Smart to respect Microsoft's United Kingdom trademark of the term Windows.[10]

Major release versions were 2.4 on 6 January 2003, 2.6 on 21 April 2005 and 2.8.0 on 14 December 2006. Version 3.0 was released on 11 November 2013.

wxWidgets has participated in the Google Summer of Code since 2006.[11] [12]

License

wxWindows Licence
Osi Approved:Yes
Debian Approved:Yes
Free Software:Yes
Gpl Compatible:Yes
Copyleft:Yes
Copyfree:No
Linking:Yes

wxWidgets is distributed under a custom made wxWindows Licence, similar to the GNU Lesser General Public License (LGPL), with an exception stating that derived works in binary form may be distributed on the user's own terms.[13] This license is a free software license approved by the FSF,[14] making wxWidgets free software. It has been approved by the Open Source Initiative (OSI).[15]

Official support

Supported platforms

wxWidgets is supported on the following platforms:[16] [17]

External ports

Supported compilers

wxWidgets is officially confirmed to work properly with the following compilers:[19] [20]

ToolkitCompilerVersion
wxMSWMicrosoft Visual Studio – Visual C++5.0+
Borland C++ (dropped in 3.1.5)5.5+
C++Builder2006+
Watcom C++, OpenWatcom10.6+
CodeWarrior7+
Cygwin1.5+
MinGW2.0+
Digital Mars C/C++ compiler8.40+
wxGTKg++2.95+
Clang++3.3+
Intel C++ Compiler9.1+
Sun Studio C/C++5.9
HP aC++3.8
IBM XL C/C++8.0

Programming language bindings

See main article: List of language bindings for wxWidgets.

The wxWidgets library is implemented in C++, with bindings available for many commonly used programming languages.[21]

wxWidgets is best described as a native mode toolkit as it provides a thin abstraction to a platform's native widgets, contrary to emulating the display of widgets using graphic primitives. Calling a native widget on the target platform results in a more native looking interface than toolkits such as Swing (for Java), as well as offering performance and other benefits.[22]

The toolkit is also not restricted to GUI development, having an inter-process communication layer, socket networking functionality, and more.

RAD tools and IDEs for wxWidgets

There are many Rapid Application Development (RAD) and Integrated Development Environment (IDE) tools available. Notable tools include:[23] [24]

Applications built using wxWidgets

Notable applications that use wxWidgets:

See also

Notes and References

  1. Web site: About the wxWidgets Project . wxwidgets.org . 2010-01-02.
  2. Web site: About Julian Smart, www.anthemion.co.uk . anthemion.co.uk . 2009-06-08.
  3. Web site: Julian Smart . bookfayre.cz . 2009-06-08.
  4. Web site: The Team - wxWidgets. wxwidgets.org.
  5. Web site: History - wxWidgets. www.wxwidgets.org.
  6. Web site: wxEmbedded | embedded cross platform GUI library homepage. www.wxembedded.com.
  7. Web site: About Who uses wxWidgets?. wxwidgets.org. 2011-04-12.
  8. Web site: List of open source applications that uses wxWidgets. SourceForge.net. 2011-04-22.
  9. Web site: History - wxWidgets. www.wxwidgets.org. 2023-03-31.
  10. Web site: Smart . Julian . Dunn . Robin . August 2004 . Name change . 2007-04-23 . Sourceforge.net.
  11. Web site: Smart. Julian. Google Summer of Code 2006: wxWidgets projects summary. wxwidgets.org. 2011-04-11. 2006-10-10.
  12. Web site: Google Summer of Code 2006. 2011-04-11.
  13. Web site: "License" page on website . The wxWindows Licence is essentially the LGPL, with an exception stating that derived works in binary form may be distributed on the user's own terms. .
  14. Web site: Various Licenses and Comments about Them – GNU Project - Free Software Foundation.
  15. Web site: Open Source Initiative OSI – The wxWindows Library Licence:Licensing. Open Source Initiative. 2011-04-28.
  16. Web site: wxWidgets: Introduction. docs.wxwidgets.org. 2016-01-14.
  17. Web site: wxWidgets: Platform Details. docs.wxwidgets.org. 2016-01-14.
  18. Web site: wxWidgets-AOS: AmigaOS port. 2011-04-24.
  19. Web site: Supported Platforms. wxwidgets.org. 2011-04-24.
  20. Web site: Development: Supported Classes - WxWiki. wiki.wxwidgets.org.
  21. Web site: wxWidgets General Information . wxwidgets.org . 2015-08-01 .
  22. Web site: WxWidgets Compared To Other Toolkits . wxwidgets.org . 2010-01-02 .
  23. Web site: Tools for wxWidgets. wxwidgets.org. 2011-04-12.
  24. Web site: List of Integrated Development Environments. wxwidgets.org. 2011-04-12.