// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "dialoged.h"
#endif
#ifndef dialogedh
#define dialogedh
-#include "wx/proplist.h"
+#include "wx/deprecated/proplist.h"
#include "reseditr.h"
-extern void ObjectMenuProc(wxMenu *menu, wxCommandEvent& event);
-
class MyChild;
// Define a new application
bool OnInit(void);
int OnExit(void);
- void OnObjectPopupMenu(wxCommandEvent& event)
- {
- ObjectMenuProc((wxMenu *)event.GetEventObject(), event);
- }
-
private:
DECLARE_EVENT_TABLE()
};