*** empty log message ***

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1998-05-22 19:57:05 +00:00
parent 69d2886dfe
commit 457814b5aa
294 changed files with 22682 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
/////////////////////////////////////////////////////////////////////////////
// Name: dialoged.h
// Purpose: Dialog Editor application header file
// Author: Julian Smart
// Modified by:
// Created: 04/01/98
// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
#ifdef __GNUG__
#pragma interface "dialoged.h"
#endif
#ifndef dialogedh
#define dialogedh
#include "proplist.h"
#include "reseditr.h"
class MyChild;
// Define a new application
class MyApp: public wxApp
{
public:
MyApp(void);
bool OnInit(void);
};
DECLARE_APP(MyApp)
extern wxFrame *GetMainFrame(void);
#endif