- Remove wxTopLevelWindowCocoa from the wxRTTI class hierarchy

- DECLARE_NO_COPY_CLASS(wxTopLevelWindowCocoa);


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2003-03-24 17:06:28 +00:00
parent 08af0d25f9
commit acbf95340f
2 changed files with 1 additions and 2 deletions

View File

@@ -20,8 +20,8 @@
// ========================================================================
class WXDLLEXPORT wxTopLevelWindowCocoa : public wxTopLevelWindowBase, protected wxCocoaNSWindow
{
DECLARE_CLASS(wxTopLevelWindowCocoa);
DECLARE_EVENT_TABLE();
DECLARE_NO_COPY_CLASS(wxTopLevelWindowCocoa);
// ------------------------------------------------------------------------
// initialization
// ------------------------------------------------------------------------

View File

@@ -43,7 +43,6 @@ wxWindowList wxModelessWindows;
// ----------------------------------------------------------------------------
// wxTopLevelWindowCocoa creation
// ----------------------------------------------------------------------------
IMPLEMENT_CLASS(wxTopLevelWindowCocoa,wxWindowCocoa)
BEGIN_EVENT_TABLE(wxTopLevelWindowCocoa,wxTopLevelWindowBase)
EVT_CLOSE(wxTopLevelWindowCocoa::OnCloseWindow)
END_EVENT_TABLE()