]>
Commit | Line | Data |
---|---|---|
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 | // Copyright: (c) John Labenski | |
8 | // Licence: wxWindows licence | |
9 | ///////////////////////////////////////////////////////////////////////////// | |
10 | ||
11 | #ifndef _WX_NUMDLGDLG_H_BASE_ | |
12 | #define _WX_NUMDLGDLG_H_BASE_ | |
13 | ||
14 | #include "wx/defs.h" | |
15 | ||
16 | #if wxUSE_NUMBERDLG | |
17 | ||
18 | #include "wx/generic/numdlgg.h" | |
19 | ||
20 | #endif // wxUSE_NUMBERDLG | |
21 | ||
22 | #endif // _WX_NUMDLGDLG_H_BASE_ |