-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathminimal.cpp
50 lines (48 loc) · 1.67 KB
/
minimal.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
///////////////////////////////////////////////////////////////////////////////
//// Name: minimal.cpp
//// Purpose: Minimal wxWidgets sample
//// Author: Julian Smart
//// Modified by:
//// Created: 04/01/98
//// Copyright: (c) Julian Smart
//// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
////
//// ============================================================================
//// declarations
//// ============================================================================
////
//// ----------------------------------------------------------------------------
//// headers
//// ----------------------------------------------------------------------------
////
//// For compilers that support precompilation, includes "wx/wx.h".
////#include "wx/wxprec.h"
////
////#ifdef __BORLANDC__
//// #pragma hdrstop
////#endif
////
//// for all others, include the necessary headers (this file is usually all you
//// need because it includes almost all "standard" wxWidgets headers)
////#ifndef WX_PRECOMP
//// #include "wx/wx.h"
////#endif
////
//// ----------------------------------------------------------------------------
//// resources
//// ----------------------------------------------------------------------------
////
//// the application icon (under Windows it is in resources and even
//// though we could still include the XPM here it would be unused)
////#ifndef wxHAS_IMAGES_IN_RESOURCES
//// #include "../sample.xpm"
////#endif
////
////#include "FTSApp.h"
////#include "MainFrame.h"
////
////#include <occview.h>
////#include <wx/notebook.h>
////#include <wx/listctrl.h>
////#include <wx/combobox.h>