WxWidgets

From Free net encyclopedia

Template:Infobox Software Template:Lowercase

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 under development.

The library is implemented in [[C++]], but bindings are available for many commonly used programming languages, among them, Python (wxPython), Smalltalk (wxSqueak), 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.

Contents

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.

Software that uses wxWidgets

  • Audacity - an open source sound editor
  • AOL Communicator
  • BitWise IM - BitWise is an encrypted cross-platform instant messenger featuring text messaging, whiteboards, file sharing, voice chat, encryption.
  • Kirix Strata - an interactive data analysis and manipulation tool
  • Mindscript - an open source software development environment
  • VideoLAN - The VideoLAN project targets multimedia streaming of MPEG-1, MPEG-2, MPEG-4 and DivX files, DVDs, digital satellite channels, digital terrestial television channels and live videos on a high-bandwidth IPv4 or IPv6 network in unicast or multicast under many OSes.
  • Xara LX - The vector graphics application being ported to wxWidgets

See also

External links

Language bindings

IDE and RAD tool

Reference documentation

fr:WxWidgets it:WxWidgets nl:WxWidgets pl:WxWidgets pt:WxWidgets ru:WxWidgets