Jump to content

wxWidgets

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by John Vandenberg (talk | contribs) at 07:09, 4 March 2007 (avoid redirects, Replaced: Eiffel programming languageEiffel programming language using AWB). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

wxWidgets
Developer(s)wxWidgets Developers and Contributers
Stable release
2.8.0 / December 12, 2006
Repository
Operating systemCross-platform
TypeDevelopment Library
LicensewxWindows Library Licence
Websitewww.wxwidgets.org


In computing, wxWidgets ("Windows and X widgets", formerly known as wxWindows) is a free software/open source, cross-platform widget toolkit; that is, a library of basic elements for building a graphical user interface (GUI).

wxWidgets is released under the permissive, OSI-approved wxWidgets licence, "essentially the L-GPL (Lesser General Public Licence), with an exception stating that derived works in binary form may be distributed on the user's own terms".

It was started in 1992 by Julian Smart who, as primus inter pares, is still a core developer.

wxWidgets enables a program to compile and run on several computer platforms with minimal or no code changes. It covers systems like Windows, Apple Macintosh, Linux/Unix (X11, Motif, and GTK+), OpenVMS, and OS/2. An embedded version is under development.

The library is implemented in C++, but bindings are available for many commonly used programming languages, among them, Python (wxPython), Perl (wxPerl), Ruby (wxRuby), Smalltalk (wxSqueak), Java and even JavaScript (wxJS). For a complete list, with links to the respective project sites, see the external references at the end of this article.

wxWidgets is best described as a native toolkit. Instead of emulating the display of widgets using graphic primitives on the different supported platforms, wxWidgets provides a thin abstraction to the native widgets. In other words, the underlying wxWidgets code prefers calling a native widget on the platform, instead of reimplementing custom widgets. This leads to a faster, more native looking interface when compared to toolkits like Swing (for Java).

wxWidgets is not just designed to display GUIs only, it also has a built in ODBC-based database library, an Interprocess Communication layer, socket networking functionality, and more.

Name change from wxWindows to wxWidgets

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

Some software that use wxWidgets

See also

External links

Language bindings

IDE and RAD tools

Reference documentation