WxExtLib is a C++ library with extensions for the wxWidgets cross-platform UI library. It contains control validators for immediate status output, an extended message box class, various helper functions, a few new controls, and more.
| Tags | Software Development Widget Sets |
|---|---|
| Operating Systems | Windows Windows Unix POSIX Linux |
| Implementation | C++ |
Recent releases


Release Notes: Some adaptions were made to better work with new wxWidgets versions. Small changes were made for integration with WinXP. WxExtLibConfig was reorganized. The wxWindowAdder class was added. Refactoring was done from wxExtDialog to wxExtDlgBase. The wxOverlayAdder class was added. The wxNonModalDialogManag class was added. The StatusValidators source code was converted to use generic includes instead of macros. wxTextCtrlStatusValidator now also works with wxChoice, wxListBox, and wxComboBox controls. A variant of WxMessageFormat was added to work with std::string.