initial commit
Signed-off-by: Peter Siegmund <mars3142@noreply.mars3142.dev>
This commit is contained in:
21
libs/wxWidgets-3.3.1/include/wx/numdlg.h
Normal file
21
libs/wxWidgets-3.3.1/include/wx/numdlg.h
Normal file
@@ -0,0 +1,21 @@
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
// Name: wx/numdlg.h
|
||||
// Purpose: wxNumberEntryDialog class
|
||||
// Author: John Labenski
|
||||
// Created: 07.02.04 (extracted from wx/textdlg.h)
|
||||
// Copyright: (c) John Labenski
|
||||
// Licence: wxWindows licence
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef _WX_NUMDLGDLG_H_BASE_
|
||||
#define _WX_NUMDLGDLG_H_BASE_
|
||||
|
||||
#include "wx/defs.h"
|
||||
|
||||
#if wxUSE_NUMBERDLG
|
||||
|
||||
#include "wx/generic/numdlgg.h"
|
||||
|
||||
#endif // wxUSE_NUMBERDLG
|
||||
|
||||
#endif // _WX_NUMDLGDLG_H_BASE_
|
||||
Reference in New Issue
Block a user