wxWidgets

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

wxWidgets
WxWidgets.svg
Original author(s) Julian Smart[1][2][3]
Developer(s) Various developers and contributors[4]
Initial release 1992; 32 years ago (1992)
Stable release 3.1.0 (29 February 2016; 8 years ago (2016-02-29)) [±][5]
Development status Active
Written in C++
Operating system Cross-platform
Type Development library
License wxWindows License
Website wxwidgets.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 minimal or no code changes. It covers systems such as Microsoft Windows, OS X (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 many 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. A wide choice of compilers and other tools to use with wxWidgets allows development of highly sophisticated applications.[7]

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

History

wxWidgets (initially wxWindows) 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 February 20, 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]

The following table contains the release history of wxWidgets, showing all of its major release versions.

Version number Date Notable changes
Project started by Julian Smart 1992[13]
wxWindows 1
Alpha 1 5 April 1997[14]
Beta 1 24 December 1998[14]
wxWidgets 2
2.0.1 1 March 1999[14]
2.2.0 9 July 2000[15]
2.4.0 6 January 2003[15]
2.6.0 21 April 2005[15]
2.8.0 14 December 2006[16]
  • wxAUI library.
  • Generic wxRichTextCtrl.
  • wxComboCtrl with custom, graphical comboboxes.
  • Further functionality including wxAnimationCtrl, wxSimpleHtmlListBox, wxHyperlinkCtrl, wxColourPickerCtrl, wxDirPickerCtrl, wxFilePickerCtrl, wxFontPickerCtrl, wxCollapsiblePane, wxSearchCtrl, wxAboutBox, wxTreebook, tar streams.
wxWidgets 3
3.0 11 November 2013[14]
  • GTK+ 3 port
  • Transparent Unicode support
  • Unification of debug-release builds
  • Cocoa-based wxOSX port running in 64-bit mode
  • PersistentControls
  • Support for window-modal and application-modal dialogs
  • wxRibbon - ribbon implementation
  • wxPropertyGrid
Future versions
3.2 [17]
  • Drop Win9x platform support.
  • Drop Microsoft Visual C++ 6.0 support.

License

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

wxWindows License
DFSG compatible Yes
FSF approved Yes
OSI approved Yes
GPL compatible Yes
Copyleft Yes
Linking from code with a different license Yes

wxWidgets is distributed under a custom made wxWindows License, 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.[9] This license is a free software license approved by the FSF,[18] making wxWidgets free software. It has been approved by the Open Source Initiative (OSI).[19]

Official support

Supported platforms

wxWidgets is supported on the following platforms.[20]

  • Windows - wxMSW (Windows 95, 98, Me; NT, 2000, XP, Vista, 7, 8)
  • Linux/Unix wxGTK, wxX11, wxMotif
  • OS X - wxMac (10.3 using Carbon, 10.5 using Cocoa)
  • OS/2 - wxOS2, wxPM, wxWidgets for GTK+ or Motif can be compiled on OS/2
  • Embedded platforms - wxEmbedded[6]

External ports

  • Amiga - wxWidgets-AOS: AmigaOS port (Work In Progress)[21]

Supported compilers

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

wxWidgets is officially confirmed to work properly with the following compilers.[22]

Toolkit Compiler Version
wxMSW Microsoft Visual Studio - Visual C++ 5.0+
Borland C++ 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

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

wxPython logo

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

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

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, among them:[25][26]

Applications built using wxWidgets

File:Amaya inuse.png
Amaya under Windows 7

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Notable applications that use wxWidgets:

See also

References

  1. 1.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.
  2. 2.0 2.1 Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. wxWidgets developers and contributors
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. 6.0 6.1 Lua error in package.lua at line 80: module 'strict' not found.
  7. 7.0 7.1 Lua error in package.lua at line 80: module 'strict' not found.
  8. Lua error in package.lua at line 80: module 'strict' not found.
  9. 9.0 9.1 Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. 14.0 14.1 14.2 14.3 Lua error in package.lua at line 80: module 'strict' not found.
  15. 15.0 15.1 15.2 Lua error in package.lua at line 80: module 'strict' not found.
  16. Lua error in package.lua at line 80: module 'strict' not found.
  17. Lua error in package.lua at line 80: module 'strict' not found.
  18. https://www.gnu.org/licenses/license-list.html#Wx
  19. Lua error in package.lua at line 80: module 'strict' not found.
  20. Lua error in package.lua at line 80: module 'strict' not found.
  21. Lua error in package.lua at line 80: module 'strict' not found.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. Lua error in package.lua at line 80: module 'strict' not found.
  24. Lua error in package.lua at line 80: module 'strict' not found.
  25. Lua error in package.lua at line 80: module 'strict' not found.
  26. Lua error in package.lua at line 80: module 'strict' not found.

Further reading

  • Lua error in package.lua at line 80: module 'strict' not found.

External links