1 A GTK+-based implementation of the wxWidgets cross-platform GUI library.
2 This package contains the older 2.4 release.
4 wxWidgets is a set of libraries that allows C++ applications to compile and run
5 on several different types of computer, with minimal source code changes. There
6 is one library per supported GUI (such as Windows, GTK+, Motif, and Mac). As
7 well as providing a common API (Application Programming Interface) for GUI
8 functionality, it provides functionality for accessing some commonly-used
9 operating system facilities, from copying and deleting files to socket and
10 thread support. wxWidgets is a 'framework' in the sense that it provides a lot
11 of built-in functionality, which the application can use or replace as required,
12 thus saving a great deal of coding effort. Basic data structures such as
13 strings, arrays, linked lists and hash tables are also supported.
15 Such a toolkit is not unique - there are others to choose from - but wxWidgets
16 is free, well-established, well-documented, and very broad in its coverage of
17 GUI functionality. It has some extras that make it stand out from the crowd,
18 such as the many convenience dialogs, built-in HTML display and printing,
19 virtual filesystems, easy-to-use OLE automation controller class, Open GL
20 support, and many other features that make it easier to write modern andx
21 user-friendly applications.
23 There is also a python interface available, wxPython (see the py-wxWidgets