dbbrowse.cpp dbbrowse.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -8,15 +8,6 @@
|
||||
// Licence: wxWindows license
|
||||
// RCS-ID: $Id$
|
||||
//----------------------------------------------------------------------------------------
|
||||
// Define a new application type
|
||||
//----------------------------------------------------------------------------------------
|
||||
class MainApp: public wxApp
|
||||
{
|
||||
public:
|
||||
bool OnInit(void); // Programmstart
|
||||
wxLocale m_locale; // locale we'll be using and language support - MUST be here !
|
||||
};
|
||||
//----------------------------------------------------------------------------------------
|
||||
// Define a new frame type
|
||||
//----------------------------------------------------------------------------------------
|
||||
class MainFrame: public wxFrame
|
||||
@@ -40,6 +31,16 @@ class MainFrame: public wxFrame
|
||||
DECLARE_EVENT_TABLE()
|
||||
};
|
||||
//----------------------------------------------------------------------------------------
|
||||
// Define a new application type
|
||||
//----------------------------------------------------------------------------------------
|
||||
class MainApp: public wxApp
|
||||
{
|
||||
public:
|
||||
MainFrame *frame; // The one and only MainFrame
|
||||
bool OnInit(void); // Programmstart
|
||||
wxLocale m_locale; // locale we'll be using and language support - MUST be here !
|
||||
};
|
||||
//----------------------------------------------------------------------------------------
|
||||
// ID for the menu quit command
|
||||
//----------------------------------------------------------------------------------------
|
||||
#define QUIT 777
|
||||
|
Reference in New Issue
Block a user