Move private wxSpinCtrl helpers into a private header

Np real changes, just don't put these functions in the public
wx/spinctrl.h, they have nothing to do there.
This commit is contained in:
Vadim Zeitlin
2019-11-13 02:43:44 +01:00
parent f1aa3c1c9a
commit 4444694043
7 changed files with 37 additions and 13 deletions

View File

@@ -32,6 +32,8 @@
#if wxUSE_SPINCTRL
#include "wx/private/spinctrl.h"
wxIMPLEMENT_DYNAMIC_CLASS(wxSpinDoubleEvent, wxNotifyEvent);
// There are port-specific versions for the wxSpinCtrl, so exclude the