Misplaced Pages

wxWidgets

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Redirected from WxWindows) Widget toolkit
This article relies excessively on references to primary sources. Please improve this article by adding secondary or tertiary sources.
Find sources: "WxWidgets" – news · newspapers · books · scholar · JSTOR (June 2011) (Learn how and when to remove this message)
wxWidgets
Original author(s)Julian Smart
Developer(s)Various developers and contributors
Initial release1992; 32 years ago (1992)
Stable release3.2.6 (9 September 2024; 3 months ago (2024-09-09) ) [±]
Repository
Written inC++
Operating systemCross-platform
TypeDevelopment library
LicensewxWidgets Licence
Websitewxwidgets.org

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.

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. wxWidgets is used in many open source projects, and by individual developers.

History

wxWidgets (initially wxWindows; "w" is for Windows, and "x" is for X Window System) 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.

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.

License

wxWindows Licence
Debian FSG compatibleYes
FSF approvedYes
OSI approvedYes
GPL compatibleYes
CopyleftYes
Linking from code with a different licenceYes
Websitewww.wxwidgets.org Edit this on Wikidata

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. This license is a free software license approved by the FSF, making wxWidgets free software. It has been approved by the Open Source Initiative (OSI).

Official support

Supported platforms

wxWidgets is supported on the following platforms:

  • Windows – wxMSW (64-bits Windows XP up to Windows 11 and 32-bits Windows 3.11 for Workgroups (with Win32s extension) up to Windows 11)
  • Linux/UnixwxGTK, wxX11, wxMotif
  • Mac OS – wxMac (Mac OS X 10.3 using Carbon, Mac OS X 10.5 using Cocoa), wxOSX/Cocoa (32/64-bits Mac OS X 10.7 or later)
  • OS/2 – wxOS2, wxPM, wxWidgets for GTK or Motif can be compiled on OS/2
  • Embedded platforms – wxEmbedded

External ports

  • Amiga – wxWidgets-AOS: AmigaOS port (Work In Progress)

Supported compilers

wxWidgets is officially confirmed to work properly with the following compilers:

Toolkit Compiler Version
wxMSW Microsoft Visual Studio – Visual C++ 5.0+
Borland C++ (dropped in 3.1.5) 5.5+
C++Builder 2006+
Watcom C++, OpenWatcom 10.6+
CodeWarrior 7+
Cygwin 1.5+
MinGW 2.0+
Digital Mars C/C++ compiler 8.40+
wxGTK g++ 2.95+
Clang++ 3.3+
Intel C++ Compiler 9.1+
Sun Studio C/C++ 5.9
HP aC++ 3.8
IBM XL C/C++ 8.0

Programming language bindings

For a more comprehensive list, see List of language bindings for wxWidgets.
wxPython logo

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

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.

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

CodeLite under Windows XP
Code::Blocks running under Ubuntu

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

Applications built using wxWidgets

Amaya under Windows 7
See also: Category:Software that uses wxWidgets

Notable applications that use wxWidgets:

See also

  • FLTK – a light, cross platform, non-native widget toolkit
  • FOX toolkit – a fast, open source, cross-platform widget toolkit
  • GTK – the GIMP toolkit, a widget toolkit used by GNOME applications
  • gtkmm – C++ version of GTK
  • Juce – an extensive cross-platform widget toolkit
  • IUP – a multi-platform toolkit for building native graphical user interfaces
  • Qt (toolkit) – an application framework used by KDE applications
  • U++ – a C++ cross-platform development framework
  • Widget toolkit
  • List of widget toolkits

References

  1. ^ "About the wxWidgets Project". wxwidgets.org. Retrieved 2010-01-02.
  2. ^ "About Julian Smart, www.anthemion.co.uk". anthemion.co.uk. Retrieved 2009-06-08.
  3. "Julian Smart". bookfayre.cz. Retrieved 2009-06-08.
  4. "The Team - wxWidgets". wxwidgets.org.
  5. "History - wxWidgets". www.wxwidgets.org.
  6. "wxWidgets: 3.2.6 Released". 2024-09-09. Retrieved 2024-09-13.
  7. ^ "About Who uses wxWidgets?". wxwidgets.org. Retrieved 2011-04-12.
  8. ^ ""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.
  9. ^ "wxEmbedded | embedded cross platform GUI library homepage". www.wxembedded.com.
  10. "List of open source applications that uses wxWidgets". SourceForge.net. Retrieved 2011-04-22.
  11. "History - wxWidgets". www.wxwidgets.org. Retrieved 2023-03-31.
  12. Smart, Julian; Dunn, Robin (August 2004). "Name change". Sourceforge.net. Retrieved 2007-04-23.
  13. Smart, Julian (2006-10-10). "Google Summer of Code 2006: wxWidgets projects summary". wxwidgets.org. Retrieved 2011-04-11.
  14. "Google Summer of Code 2006". Retrieved 2011-04-11.
  15. "Various Licenses and Comments about Them – GNU Project - Free Software Foundation".
  16. "Open Source Initiative OSI – The wxWindows Library Licence:Licensing". Open Source Initiative. Retrieved 2011-04-28.
  17. "wxWidgets: Introduction". docs.wxwidgets.org. Retrieved 2016-01-14.
  18. "wxWidgets: Platform Details". docs.wxwidgets.org. Retrieved 2016-01-14.
  19. "wxWidgets-AOS: AmigaOS port". Retrieved 2011-04-24.
  20. "Supported Platforms". wxwidgets.org. Retrieved 2011-04-24.
  21. "Development: Supported Classes - WxWiki". wiki.wxwidgets.org.
  22. "wxWidgets General Information". wxwidgets.org. Retrieved 2015-08-01.
  23. "WxWidgets Compared To Other Toolkits". wxwidgets.org. Retrieved 2010-01-02.
  24. "Tools for wxWidgets". wxwidgets.org. Retrieved 2011-04-12.
  25. "List of Integrated Development Environments". wxwidgets.org. Retrieved 2011-04-12.

Further reading

External links

wxWidgets
Technologies
RAD, GUI
builders
Free software
Proprietary software
Libraries
Bindings
List of widget toolkits
Low-level platform-specific
On AmigaOS
On Classic Mac OS, macOS
On Windows
On Unix,
under X11
On BeOS, Haiku
On Android
CLI
Low Level Cross-platform
CLI
C
Java
High-level, platform-specific
On AmigaOS
On Classic Mac OS, macOS
Object Pascal
Objective-C, Swift
C++
CLI
On Windows
CLI
C++
Object Pascal
On Unix,
under X11
On Android
High-level, cross-platform
C
C++
Objective-C
CLI
Adobe Flash
Go
Haskell
Java
JavaScript
Common Lisp
Lua
Pascal
Object Pascal
Perl
PHP
Python
Ruby
Tcl
XML
shell
Dart
Graphical user interface builders
Qt
Open source
GTK
Open source
Proprietary
wxWidgets
Open source
CLI
Open source
Proprietary
VCL,
related
Open source, LCL
Proprietary
Cocoa
Proprietary
Java-based
Open source
Proprietary
Windows API
Open source
Proprietary
Other
Open source
Proprietary
Categories: