WxWidgets WxWidgets

WxWidgets - Definition and Overview

The title given to this article is incorrect due to technical limitations. The correct title is wxWidgets.

In computing, wxWidgets (formerly known as wxWindows) is an open source, cross-platform widget toolkit, that is, a library of basic elements for building a graphical user interface (GUI).

wxWidgets is released under "a permissive modified (but explicitly OSI-approved) LGPL". 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 none or minimal code changes. It covers systems like Windows, Apple Macintosh, Linux/Unix (for X11, Motif, and GTK), OpenVMS, and OS/2. An embedded version is being worked on.

The library is implemented in C++, but bindings are available for many commonly used programming languages, among them, Python (wxPython), Perl, and Java. 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. 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 discussions between Julian Smart and Microsoft regarding Microsoft's United Kingdom trademark of the term Windows.

External links

Language bindings:


Example Usage of WxWidgets

mxcl: @flangy about this WxWidgets formula, do you know if Kieran needs it? As it should be keg-only I guess.
dan99iel: @chuck981996 Fuckkkkk WxWidgets is to hard to even get going >_>.
UtmostLogic: Fixed wxFlatNotebook drag-n-drop bug in WxWidgets. Not a good idea to drag a tab and drop it on a notebook that is a child of that tab.
Copyright 2009 WordIQ.com - Privacy Policy  :: Terms of Use  :: Contact Us  :: About Us
This article is licensed under the GNU Free Documentation License. It uses material from the this Wikipedia article.