No resize border on WinCE by default
[wxWidgets.git] / include / wx / numdlg.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/numdlg.h
3 // Purpose: wxNumberEntryDialog class
4 // Author: John Labenski
5 // Modified by:
6 // Created: 07.02.04 (extracted from wx/textdlg.h)
7 // RCS-ID: $Id$
8 // Copyright: (c) wxWidgets team
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #ifndef _WX_NUMDLGDLG_H_BASE_
13 #define _WX_NUMDLGDLG_H_BASE_
14
15 #if wxUSE_NUMBERDLG
16
17 #include "wx/generic/numdlgg.h"
18
19 #endif // wxUSE_NUMBERDLG
20
21 #endif // _WX_NUMDLGDLG_H_BASE_
22