#if wxUSE_SPINBTN
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "spinctlg.h"
#endif
int min = 0, int max = 100, int initial = 0,
const wxString& name = _T("wxSpinCtrl"));
+ // wxTextCtrl-like method
+ void SetSelection(long from, long to);
+
virtual ~wxSpinCtrl();
// operations