Remove the inclusions of wx/cocoa headers which don't exist any more.
This should have been part of r76735: in addition to removing the old Cocoa port headers, also remove the references to them from the common include files. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
8ebe2c4066
commit
1ca1d77e01
@ -186,8 +186,6 @@ protected:
|
||||
// #include "wx/gtk1/anybutton.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/anybutton.h"
|
||||
//#elif defined(__WXCOCOA__)
|
||||
// #include "wx/cocoa/anybutton.h"
|
||||
#else
|
||||
typedef wxAnyButtonBase wxAnyButton;
|
||||
#endif
|
||||
|
@ -706,8 +706,6 @@ protected:
|
||||
#include "wx/x11/app.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/app.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/app.h"
|
||||
#endif
|
||||
|
||||
#else // !GUI
|
||||
|
@ -287,9 +287,6 @@ protected:
|
||||
#elif defined(__WXMAC__)
|
||||
#define wxBITMAP_DEFAULT_TYPE wxBITMAP_TYPE_PICT_RESOURCE
|
||||
#include "wx/osx/bitmap.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#define wxBITMAP_DEFAULT_TYPE wxBITMAP_TYPE_BMP_RESOURCE
|
||||
#include "wx/cocoa/bitmap.h"
|
||||
#endif
|
||||
|
||||
#if wxUSE_IMAGE
|
||||
|
@ -123,8 +123,6 @@ protected:
|
||||
#include "wx/gtk1/bmpbuttn.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/bmpbuttn.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/bmpbuttn.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_BMPBUTTON
|
||||
|
@ -81,8 +81,6 @@ public:
|
||||
#include "wx/dfb/brush.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/brush.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/brush.h"
|
||||
#endif
|
||||
|
||||
class WXDLLIMPEXP_CORE wxBrushList: public wxGDIObjListBase
|
||||
|
@ -58,8 +58,6 @@ protected:
|
||||
#include "wx/gtk1/button.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/button.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/button.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_BUTTON
|
||||
|
@ -178,8 +178,6 @@ private:
|
||||
#include "wx/gtk1/checkbox.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/checkbox.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/checkbox.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_CHECKBOX
|
||||
|
@ -55,8 +55,6 @@ public:
|
||||
#include "wx/gtk1/checklst.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/checklst.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/checklst.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_CHECKLISTBOX
|
||||
|
@ -1225,8 +1225,6 @@
|
||||
# endif
|
||||
#elif defined(__WXGTK__)
|
||||
# include "wx/gtk/chkconf.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
# include "wx/cocoa/chkconf.h"
|
||||
#elif defined(__WXMAC__)
|
||||
# include "wx/osx/chkconf.h"
|
||||
#elif defined(__WXDFB__)
|
||||
|
@ -86,8 +86,6 @@ private:
|
||||
#include "wx/gtk1/choice.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/choice.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/choice.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_CHOICE
|
||||
|
@ -161,8 +161,6 @@ typedef void (wxEvtHandler::*wxClipboardEventFunction)(wxClipboardEvent&);
|
||||
#include "wx/x11/clipbrd.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/clipbrd.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/clipbrd.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@ -219,8 +219,6 @@ WXDLLIMPEXP_CORE bool wxFromString(const wxString& str, wxColourBase* col);
|
||||
#include "wx/x11/colour.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/colour.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/colour.h"
|
||||
#endif
|
||||
|
||||
#define wxColor wxColour
|
||||
|
@ -81,8 +81,6 @@ public:
|
||||
#include "wx/gtk1/combobox.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/combobox.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/combobox.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_COMBOBOX
|
||||
|
@ -236,8 +236,6 @@ protected:
|
||||
#include "wx/gtk1/control.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/control.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/control.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_CONTROLS
|
||||
|
@ -58,9 +58,6 @@ public:
|
||||
#elif defined(__WXMAC__)
|
||||
#define wxCURSOR_DEFAULT_TYPE wxBITMAP_TYPE_MACCURSOR_RESOURCE
|
||||
#include "wx/osx/cursor.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#define wxCURSOR_DEFAULT_TYPE wxBITMAP_TYPE_MACCURSOR_RESOURCE
|
||||
#include "wx/cocoa/cursor.h"
|
||||
#endif
|
||||
|
||||
#include "wx/utils.h"
|
||||
|
@ -83,8 +83,6 @@ public:
|
||||
#include "wx/x11/dataform.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/dataform.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/dataform.h"
|
||||
#endif
|
||||
|
||||
// the value for default argument to some functions (corresponds to
|
||||
@ -169,8 +167,6 @@ public:
|
||||
#include "wx/gtk1/dataobj.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/dataobj.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/dataobj.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@ -560,8 +556,6 @@ private:
|
||||
#include "wx/motif/dataobj2.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/dataobj2.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/dataobj2.h"
|
||||
#endif
|
||||
|
||||
// wxURLDataObject is simply wxTextDataObject with a different name
|
||||
|
@ -360,8 +360,6 @@ public:
|
||||
#include "wx/gtk1/dialog.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/dialog.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/dialog.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -103,8 +103,6 @@ protected:
|
||||
#define wxDirDialog wxGenericDirDialog
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/dirdlg.h" // Native Mac
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/dirdlg.h" // Native Cocoa
|
||||
#elif defined(__WXMOTIF__) || \
|
||||
defined(__WXX11__) || \
|
||||
defined(__WXCOCOA__)
|
||||
|
@ -290,8 +290,6 @@ private:
|
||||
|
||||
#if defined(__WXMSW__)
|
||||
#include "wx/msw/evtloop.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/evtloop.h"
|
||||
#elif defined(__WXOSX__)
|
||||
#include "wx/osx/evtloop.h"
|
||||
#elif defined(__WXDFB__)
|
||||
|
@ -218,8 +218,6 @@ wxSaveFileSelector(const wxString& what,
|
||||
#include "wx/gtk1/filedlg.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/filedlg.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/filedlg.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_FILEDLG
|
||||
|
@ -530,8 +530,6 @@ WXDLLIMPEXP_CORE bool wxFromString(const wxString& str, wxFontBase* font);
|
||||
#include "wx/dfb/font.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/font.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/font.h"
|
||||
#endif
|
||||
|
||||
class WXDLLIMPEXP_CORE wxFontList: public wxGDIObjListBase
|
||||
|
@ -264,8 +264,6 @@ protected:
|
||||
#include "wx/motif/frame.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/frame.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/frame.h"
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@ -109,8 +109,6 @@ protected:
|
||||
#include "wx/gtk1/gauge.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/gauge.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/gauge.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_GAUGE
|
||||
|
@ -194,8 +194,6 @@ public:
|
||||
#include "wx/gtk1/glcanvas.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/glcanvas.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/glcanvas.h"
|
||||
#else
|
||||
#error "wxGLCanvas not supported in this wxWidgets port"
|
||||
#endif
|
||||
|
@ -52,9 +52,6 @@
|
||||
#define wxICON_DEFAULT_TYPE wxBITMAP_TYPE_PNG_RESOURCE
|
||||
#include "wx/generic/icon.h"
|
||||
#endif
|
||||
#elif defined(__WXCOCOA__)
|
||||
#define wxICON_DEFAULT_TYPE wxBITMAP_TYPE_ICON_RESOURCE
|
||||
#include "wx/cocoa/icon.h"
|
||||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
@ -153,8 +153,6 @@ private:
|
||||
#include "wx/gtk1/listbox.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/listbox.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/listbox.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_LISTBOX
|
||||
|
@ -1494,11 +1494,6 @@ wxSafeShowMessage(const wxString& title, const wxString& text);
|
||||
#define wxLogLastError(api) wxLogNop()
|
||||
#endif // wxUSE_LOG_DEBUG/!wxUSE_LOG_DEBUG
|
||||
|
||||
// wxCocoa has additiional trace masks
|
||||
#if defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/log.h"
|
||||
#endif
|
||||
|
||||
// macro which disables debug logging in release builds: this is done by
|
||||
// default by wxIMPLEMENT_APP() so usually it doesn't need to be used explicitly
|
||||
#if defined(NDEBUG) && wxUSE_LOG_DEBUG
|
||||
|
@ -367,8 +367,6 @@ public:
|
||||
#include "wx/gtk1/mdi.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/mdi.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/mdi.h"
|
||||
#endif
|
||||
|
||||
inline wxMDIClientWindow *wxMDIParentFrameBase::OnCreateClient()
|
||||
|
@ -589,8 +589,6 @@ protected:
|
||||
#include "wx/gtk1/menu.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/menu.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/menu.h"
|
||||
#endif
|
||||
#endif // wxUSE_BASE_CLASSES_ONLY/!wxUSE_BASE_CLASSES_ONLY
|
||||
|
||||
|
@ -204,8 +204,6 @@ inline void wxMenuItemBase::SetText(const wxString& text) { SetItemLabel(text);
|
||||
#include "wx/gtk1/menuitem.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/menuitem.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/menuitem.h"
|
||||
#endif
|
||||
#endif // wxUSE_BASE_CLASSES_ONLY/!wxUSE_BASE_CLASSES_ONLY
|
||||
|
||||
|
@ -292,8 +292,6 @@ private:
|
||||
(defined(__WXGTK__) && !defined(__WXGTK20__))
|
||||
|
||||
#define wxMessageDialog wxGenericMessageDialog
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/msgdlg.h"
|
||||
#elif defined(__WXMSW__)
|
||||
#include "wx/msw/msgdlg.h"
|
||||
#elif defined(__WXMOTIF__)
|
||||
|
@ -193,8 +193,6 @@ wxDECLARE_EXPORTED_EVENT( WXDLLIMPEXP_CORE, wxEVT_NOTEBOOK_PAGE_CHANGING, wxBook
|
||||
#include "wx/gtk1/notebook.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/notebook.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/notebook.h"
|
||||
#endif
|
||||
|
||||
// old wxEVT_COMMAND_* constants
|
||||
|
@ -109,8 +109,6 @@ public:
|
||||
#include "wx/dfb/pen.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/pen.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/pen.h"
|
||||
#endif
|
||||
|
||||
class WXDLLIMPEXP_CORE wxPenList: public wxGDIObjListBase
|
||||
|
@ -163,8 +163,6 @@ private:
|
||||
#include "wx/gtk1/radiobox.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/radiobox.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/radiobox.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_RADIOBOX
|
||||
|
@ -46,8 +46,6 @@ extern WXDLLIMPEXP_DATA_CORE(const char) wxRadioButtonNameStr[];
|
||||
#include "wx/gtk1/radiobut.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/radiobut.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/radiobut.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_RADIOBTN
|
||||
|
@ -222,8 +222,6 @@ protected:
|
||||
#include "wx/dfb/region.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/region.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/region.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@ -74,8 +74,6 @@ private:
|
||||
#include "wx/gtk1/scrolbar.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/scrolbar.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/scrolbar.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_SCROLLBAR
|
||||
|
@ -139,8 +139,6 @@ private:
|
||||
#include "wx/gtk1/slider.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/slider.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/slider.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_SLIDER
|
||||
|
@ -56,8 +56,6 @@ protected:
|
||||
|
||||
#if defined(__WINDOWS__)
|
||||
#include "wx/msw/sound.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/sound.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/sound.h"
|
||||
#elif defined(__UNIX__)
|
||||
|
@ -86,8 +86,6 @@ protected:
|
||||
#include "wx/gtk1/spinbutt.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/spinbutt.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/spinbutt.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@ -64,8 +64,6 @@ protected:
|
||||
#include "wx/gtk1/statbmp.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/statbmp.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/statbmp.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_STATBMP
|
||||
|
@ -64,8 +64,6 @@ protected:
|
||||
#include "wx/gtk1/statbox.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/statbox.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/statbox.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_STATBOX
|
||||
|
@ -92,8 +92,6 @@ protected:
|
||||
#include "wx/gtk1/statline.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/statline.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/statline.h"
|
||||
#else // use generic implementation for all other platforms
|
||||
#include "wx/generic/statline.h"
|
||||
#endif
|
||||
|
@ -97,8 +97,6 @@ private:
|
||||
#include "wx/gtk1/stattext.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/stattext.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/stattext.h"
|
||||
#endif
|
||||
|
||||
#endif // !wxNO_PORT_STATTEXT_INCLUDE
|
||||
|
@ -83,8 +83,6 @@ private:
|
||||
#include "wx/unix/taskbarx11.h"
|
||||
#elif defined (__WXMAC__)
|
||||
#include "wx/osx/taskbarosx.h"
|
||||
#elif defined (__WXCOCOA__)
|
||||
#include "wx/cocoa/taskbar.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@ -785,8 +785,6 @@ protected:
|
||||
#include "wx/gtk1/textctrl.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/textctrl.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/textctrl.h"
|
||||
#endif
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@ -81,8 +81,6 @@ enum
|
||||
#include "wx/gtk1/toolbar.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/toolbar.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/toolbar.h"
|
||||
#endif
|
||||
#endif // wxUSE_TOOLBAR
|
||||
|
||||
|
@ -25,8 +25,6 @@
|
||||
#include "wx/gtk1/tooltip.h"
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/tooltip.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/tooltip.h"
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
@ -362,9 +362,6 @@ protected:
|
||||
#elif defined(__WXMAC__)
|
||||
#include "wx/osx/toplevel.h"
|
||||
#define wxTopLevelWindowNative wxTopLevelWindowMac
|
||||
#elif defined(__WXCOCOA__)
|
||||
#include "wx/cocoa/toplevel.h"
|
||||
#define wxTopLevelWindowNative wxTopLevelWindowCocoa
|
||||
#elif defined(__WXMOTIF__)
|
||||
#include "wx/motif/toplevel.h"
|
||||
#define wxTopLevelWindowNative wxTopLevelWindowMotif
|
||||
|
@ -1915,13 +1915,6 @@ inline void wxWindowBase::SetInitialBestSize(const wxSize& size)
|
||||
#define wxWindowMac wxWindow
|
||||
#endif // wxUniv
|
||||
#include "wx/osx/window.h"
|
||||
#elif defined(__WXCOCOA__)
|
||||
#ifdef __WXUNIVERSAL__
|
||||
#define wxWindowNative wxWindowCocoa
|
||||
#else // !wxUniv
|
||||
#define wxWindowCocoa wxWindow
|
||||
#endif // wxUniv
|
||||
#include "wx/cocoa/window.h"
|
||||
#endif
|
||||
|
||||
// for wxUniversal, we now derive the real wxWindow from wxWindow<platform>,
|
||||
|
Loading…
Reference in New Issue
Block a user