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