X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fe08e597048268b58f76f240e3f3dff52cdd6ffe..79e929e79ebbd2e1c4ff7f35d619c0b8b30f0135:/include/wx/mac/dialog.h diff --git a/include/wx/mac/dialog.h b/include/wx/mac/dialog.h index 6ae557e927..10c9a879a5 100644 --- a/include/wx/mac/dialog.h +++ b/include/wx/mac/dialog.h @@ -1,18 +1,18 @@ ///////////////////////////////////////////////////////////////////////////// // Name: dialog.h // Purpose: wxDialog class -// Author: AUTHOR +// Author: Stefan Csomor // Modified by: -// Created: ??/??/98 +// Created: 1998-01-01 // RCS-ID: $Id$ -// Copyright: (c) AUTHOR -// Licence: wxWindows licence +// Copyright: (c) Stefan Csomor +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_DIALOG_H_ #define _WX_DIALOG_H_ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "dialog.h" #endif @@ -64,7 +64,7 @@ public: ~wxDialog(); - virtual bool Destroy(); +// virtual bool Destroy(); bool Show(bool show); void SetModal(bool flag); @@ -87,7 +87,6 @@ public: // -------------- // event handlers - bool OnClose(); void OnCharHook(wxKeyEvent& event); void OnCloseWindow(wxCloseEvent& event); @@ -99,10 +98,6 @@ public: // Responds to colour changes void OnSysColourChanged(wxSysColourChangedEvent& event); - // override more base class virtuals - virtual void DoGetPosition(int *x, int *y) const; - virtual void DoSetClientSize(int width, int height); - // show modal dialog and enter modal loop void DoShowModal();