~ojwb/survex/master

« back to all changes in this revision

Viewing changes to src/aven.h

  • Committer: Olly Betts
  • Date: 2008-12-12 06:03:22 UTC
  • mto: This revision was merged to the branch mainline in revision 2532.
  • Revision ID: git-v1:1324d6cea97ac893f4785f71148836cfedec8d28
Say "wxWidgets" instead of "wxWindows" consistently.
Require wxWidgets 2.6.0 or newer - 2.4 is really old now.


git-svn-id: file:///home/survex-svn/survex/branches/survex-1_1@3341 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
#include "wx.h"
45
45
 
46
 
// wxWidgets 2.6 and later are checked by configure, but 2.4 has to be
47
 
// checked here.
48
 
#if wxUSE_UNICODE
49
 
# error Survex requires a non-unicode build of wxWidgets
50
 
#endif
51
 
 
52
46
class MainFrm;
53
47
 
54
48
class Aven : public wxGLApp {
63
57
    Aven();
64
58
    ~Aven();
65
59
 
66
 
#if wxCHECK_VERSION(2,5,1)
67
60
    virtual bool Initialize(int& argc, wxChar **argv);
68
 
#endif
69
61
    virtual bool OnInit();
70
62
 
71
63
    wxPageSetupDialogData * GetPageSetupDialogData();