Add XRC handler for wxSpinCtrlDouble

Create wxSpinCtrlDoubleXmlHandler class similar to the existing
wxSpinCtrlXmlHandler and update the XRC schema to account for it.
This commit is contained in:
Trylz
2018-01-10 17:26:24 +01:00
committed by Vadim Zeitlin
parent e2a31ef3db
commit 80f4c8cde3
5 changed files with 69 additions and 2 deletions

View File

@@ -115,6 +115,7 @@ All (GUI):
- Add support for loading fonts from external files (Arthur Norman).
- Improve wxSVGFileDC to support more of wxDC API (Maarten Bent).
- Add support for wxAuiManager and wxAuiPaneInfo to XRC (Andrea Zanellato).
- Add XRC handler for wxSpinCtrlDouble (Trylz).
- Add support for wxSL_MIN_MAX_LABELS and wxSL_VALUE_LABEL to XRC (ousnius).
- Update Scintilla to v3.7.2 (NewPagodi, Paul Kulchenko).
- Update bundled libpng to 1.6.28 (Catalin Raceanu).