Jump to content

wxWidgets

From Wikipedia, the free encyclopedia
(Redirected from Wxwidgets)
wxWidgets
Original author(s)Julian Smart[1][2][3]
Developer(s)Various developers and contributors[4]
Initial release1992; 32 years ago (1992)[5]
Stable release3.2.6 (9 September 2024; 4 days ago (2024-09-09) [6]) [±]
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.[7] 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.[1] 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.[8]

Portability and deployment

[edit]

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.[9]

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,[10] and by individual developers.

History

[edit]

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

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.[12]

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.[13][14]

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

Official support

[edit]

Supported platforms

[edit]

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

  • 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[9]

External ports

[edit]
  • Amiga – wxWidgets-AOS: AmigaOS port (Work In Progress)[19]

Supported compilers

[edit]

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

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

[edit]
wxPython logo

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

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.[23]

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

[edit]
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:[24][25]

Applications built using wxWidgets

[edit]
Amaya under Windows 7

Notable applications that use wxWidgets:

See also

[edit]
  • 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

[edit]
  1. ^ a b c "About the wxWidgets Project". wxwidgets.org. Retrieved 2010-01-02.
  2. ^ a b "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. ^ a b "About Who uses wxWidgets?". wxwidgets.org. Retrieved 2011-04-12.
  8. ^ a b ""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. ^ a b "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

[edit]
[edit]