wxWidgets is a cross-platform C++ GUI library, offering classes for all common GUI controls as well as a comprehensive set of helper classes for most common application tasks, ranging from networking to HTML display and image manipulation.
wxWidgets uses native widgets on all platforms whenever possible and fills missing gaps on some platforms using generic controls written with wxWidgets itself.
· Only GTK+.
· The 2.6.X series of wxWidgets will be the last to also support GTK 1.2.
· История версий и изменений wxWidgets
Версия: 2.8.4
· Minor bug-fix update of the stable series with corrections to a number of controls and other classes.
· Added support for setting the default values in the GNOME print library dialogs when using that printing backend.
· Added forward compatible conversion methods to the wxString class which is being rewritten for wxWidgets 3.0 in order to unify the current ANSI and Unicode builds and which will use UTF-8 internally under Unix.
· Описание и дополнения от редакторов и пользователей сайта