X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e6b915ed4fcc54e5bc6997e395642f8ac49670b8..472eec8a0391538e4dcf7f7c6c4f4d44c8383616:/include/wx/motif/toplevel.h diff --git a/include/wx/motif/toplevel.h b/include/wx/motif/toplevel.h index 700e52a40f..80e3f1d204 100644 --- a/include/wx/motif/toplevel.h +++ b/include/wx/motif/toplevel.h @@ -12,10 +12,6 @@ #ifndef __MOTIFTOPLEVELH__ #define __MOTIFTOPLEVELH__ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "toplevel.h" -#endif - class WXDLLIMPEXP_CORE wxTopLevelWindowMotif : public wxTopLevelWindowBase { public: @@ -72,14 +68,8 @@ protected: virtual void DoGetPosition(int* x, int* y) const; private: -#if wxCHECK_VERSION(2,7,0) - // DoDestroy() is not used anywhere else, DoCreate() should also be renamed - // in src/motif/dialog.cpp, frame.cpp and toplevel.cp - #error "Remove DoDestroy() and rename DoCreate() to XmDoCreateTLW(), they were only kept for binary backwards compatibility" -#endif - // really create the Motif widget for TLW - virtual bool DoCreate(wxWindow* parent, + virtual bool XmDoCreateTLW(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos, @@ -87,7 +77,6 @@ private: long style, const wxString& name) = 0; - virtual void DoDestroy() { } wxString m_title; };