numdlg.h 592 B

12345678910111213141516171819202122
  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. #ifndef _WX_NUMDLGDLG_H_BASE_
  11. #define _WX_NUMDLGDLG_H_BASE_
  12. #include "wx/defs.h"
  13. #if wxUSE_NUMBERDLG
  14. #include "wx/generic/numdlgg.h"
  15. #endif // wxUSE_NUMBERDLG
  16. #endif // _WX_NUMDLGDLG_H_BASE_