// need because it includes almost all <standard< wxWindows headers
#ifndef WX_PRECOMP
#include "wx/wx.h"
-
#include "wx/log.h"
#endif
#include "wx/caret.h"
+#include "wx/numdlg.h"
// ----------------------------------------------------------------------------
// ressources
{
long fontSize = wxGetNumberFromUser
(
- _T("The font size also determines the caret size so\n"
- "this demonstrates resizing the caret."),
+ _T("The font size also determines the caret size so\nthis demonstrates resizing the caret."),
_T("Font size (in points):"),
_T("wxCaret sample"),
12, 1, 100,