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: numdlg.h 37157 2006-01-26 15:33:27Z ABX $
8 // Copyright:   (c) John Labenski
9 // Licence:     wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11 
12 #ifndef _WX_NUMDLGDLG_H_BASE_
13 #define _WX_NUMDLGDLG_H_BASE_
14 
15 #include "wx/defs.h"
16 
17 #if wxUSE_NUMBERDLG
18 
19 #include "wx/generic/numdlgg.h"
20 
21 #endif // wxUSE_NUMBERDLG
22 
23 #endif // _WX_NUMDLGDLG_H_BASE_
24