fixing file paths after renaming
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54125 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/accel.h"
|
||||
#include "wx/osx/classic/accel.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/accel.h"
|
||||
#include "wx/osx/carbon/accel.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/app.h"
|
||||
#include "wx/osx/classic/app.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/app.h"
|
||||
#include "wx/osx/carbon/app.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/bitmap.h"
|
||||
#include "wx/osx/classic/bitmap.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/bitmap.h"
|
||||
#include "wx/osx/carbon/bitmap.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/bmpbuttn.h"
|
||||
#include "wx/osx/classic/bmpbuttn.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/bmpbuttn.h"
|
||||
#include "wx/osx/carbon/bmpbuttn.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/brush.h"
|
||||
#include "wx/osx/classic/brush.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/brush.h"
|
||||
#include "wx/osx/carbon/brush.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/button.h"
|
||||
#include "wx/osx/classic/button.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/button.h"
|
||||
#include "wx/osx/carbon/button.h"
|
||||
#endif
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#include "wx/module.h"
|
||||
#include "wx/dataobj.h" // for wxDataFormat
|
||||
|
||||
#include "wx/mac/corefoundation/cfref.h"
|
||||
#include "wx/osx/core/cfref.h"
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// wxClipboard
|
||||
|
@@ -15,7 +15,7 @@
|
||||
#include "wx/object.h"
|
||||
#include "wx/string.h"
|
||||
|
||||
#include "wx/mac/corefoundation/cfref.h"
|
||||
#include "wx/osx/core/cfref.h"
|
||||
|
||||
struct RGBColor;
|
||||
|
||||
|
@@ -16,7 +16,7 @@
|
||||
|
||||
#if wxUSE_GUI
|
||||
|
||||
#include "wx/mac/private.h"
|
||||
#include "wx/osx/private.h"
|
||||
|
||||
WX_DEFINE_ARRAY_SIZE_T(size_t,wxArrayDataBrowserItemID);
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef _WX_DCMEMORY_H_
|
||||
#define _WX_DCMEMORY_H_
|
||||
|
||||
#include "wx/mac/carbon/dcclient.h"
|
||||
#include "wx/osx/carbon/dcclient.h"
|
||||
|
||||
class WXDLLIMPEXP_CORE wxMemoryDCImpl: public wxPaintDCImpl
|
||||
{
|
||||
|
@@ -13,7 +13,7 @@
|
||||
#define _WX_DCSCREEN_H_
|
||||
|
||||
#include "wx/dcclient.h"
|
||||
#include "wx/mac/carbon/dcclient.h"
|
||||
#include "wx/osx/carbon/dcclient.h"
|
||||
|
||||
class WXDLLIMPEXP_CORE wxScreenDCImpl: public wxWindowDCImpl
|
||||
{
|
||||
|
@@ -22,7 +22,7 @@
|
||||
#include "wx/dataobj.h"
|
||||
#endif
|
||||
|
||||
#include "wx/mac/carbon/dcclient.h"
|
||||
#include "wx/osx/carbon/dcclient.h"
|
||||
|
||||
/*
|
||||
* Metafile and metafile device context classes
|
||||
|
@@ -18,8 +18,8 @@
|
||||
|
||||
#include <Carbon/Carbon.h>
|
||||
|
||||
#include "wx/mac/corefoundation/cfstring.h"
|
||||
#include "wx/mac/corefoundation/cfdataref.h"
|
||||
#include "wx/osx/core/cfstring.h"
|
||||
#include "wx/osx/core/cfdataref.h"
|
||||
|
||||
#if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5
|
||||
typedef UInt32 URefCon;
|
||||
@@ -29,9 +29,9 @@ typedef SInt32 SRefCon;
|
||||
#if wxUSE_GUI
|
||||
|
||||
#include "wx/listbox.h"
|
||||
#include "wx/mac/carbon/dc.h"
|
||||
#include "wx/mac/carbon/dcclient.h"
|
||||
#include "wx/mac/carbon/dcmemory.h"
|
||||
#include "wx/osx/carbon/dc.h"
|
||||
#include "wx/osx/carbon/dcclient.h"
|
||||
#include "wx/osx/carbon/dcmemory.h"
|
||||
|
||||
class WXDLLIMPEXP_CORE wxMacCGContextStateSaver
|
||||
{
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef _WX_MAC_PRIVATE_MACTEXT_H_
|
||||
#define _WX_MAC_PRIVATE_MACTEXT_H_
|
||||
|
||||
#include "wx/mac/private.h"
|
||||
#include "wx/osx/private.h"
|
||||
|
||||
// common interface for all implementations
|
||||
class wxMacTextControl : public wxMacControl
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef _WX_MAC_CARBON_PRIVATE_OVERLAY_H_
|
||||
#define _WX_MAC_CARBON_PRIVATE_OVERLAY_H_
|
||||
|
||||
#include "wx/mac/private.h"
|
||||
#include "wx/osx/private.h"
|
||||
#include "wx/toplevel.h"
|
||||
#include "wx/graphics.h"
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
#ifndef H_UMA
|
||||
#define H_UMA
|
||||
|
||||
#include "wx/mac/private.h"
|
||||
#include "wx/osx/private.h"
|
||||
|
||||
void UMAInitToolbox( UInt16 inMoreMastersCalls, bool isEmbedded) ;
|
||||
long UMAGetSystemVersion() ;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/checkbox.h"
|
||||
#include "wx/osx/classic/checkbox.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/checkbox.h"
|
||||
#include "wx/osx/carbon/checkbox.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/checklst.h"
|
||||
#include "wx/osx/classic/checklst.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/checklst.h"
|
||||
#include "wx/osx/carbon/checklst.h"
|
||||
#endif
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#endif /* wxUSE_STACKWALKER */
|
||||
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
# include "wx/mac/classic/chkconf.h"
|
||||
# include "wx/osx/classic/chkconf.h"
|
||||
#else
|
||||
# include "wx/mac/carbon/chkconf.h"
|
||||
# include "wx/osx/carbon/chkconf.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/choice.h"
|
||||
#include "wx/osx/classic/choice.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/choice.h"
|
||||
#include "wx/osx/carbon/choice.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/clipbrd.h"
|
||||
#include "wx/osx/classic/clipbrd.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/clipbrd.h"
|
||||
#include "wx/osx/carbon/clipbrd.h"
|
||||
#endif
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/colordlg.h"
|
||||
#include "wx/osx/classic/colordlg.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/colordlg.h"
|
||||
#include "wx/osx/carbon/colordlg.h"
|
||||
#endif
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/colour.h"
|
||||
#include "wx/osx/classic/colour.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/colour.h"
|
||||
#include "wx/osx/carbon/colour.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/combobox.h"
|
||||
#include "wx/osx/classic/combobox.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/combobox.h"
|
||||
#include "wx/osx/carbon/combobox.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/control.h"
|
||||
#include "wx/osx/classic/control.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/control.h"
|
||||
#include "wx/osx/carbon/control.h"
|
||||
#endif
|
||||
|
@@ -16,7 +16,7 @@
|
||||
#ifndef _WX_MAC_COREFOUNDATION_CFDATAREF_H__
|
||||
#define _WX_MAC_COREFOUNDATION_CFDATAREF_H__
|
||||
|
||||
#include "wx/mac/corefoundation/cfref.h"
|
||||
#include "wx/osx/core/cfref.h"
|
||||
|
||||
#include <CoreFoundation/CFData.h>
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
#include "wx/dlimpexp.h"
|
||||
#include "wx/fontenc.h"
|
||||
#include "wx/mac/corefoundation/cfref.h"
|
||||
#include "wx/osx/core/cfref.h"
|
||||
|
||||
class WXDLLIMPEXP_FWD_BASE wxString;
|
||||
|
||||
|
@@ -18,8 +18,8 @@
|
||||
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
|
||||
#include "wx/mac/corefoundation/cfstring.h"
|
||||
#include "wx/mac/corefoundation/cfdataref.h"
|
||||
#include "wx/osx/core/cfstring.h"
|
||||
#include "wx/osx/core/cfdataref.h"
|
||||
|
||||
#if wxUSE_GUI
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/cursor.h"
|
||||
#include "wx/osx/classic/cursor.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/cursor.h"
|
||||
#include "wx/osx/carbon/cursor.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/dataform.h"
|
||||
#include "wx/osx/classic/dataform.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/dataform.h"
|
||||
#include "wx/osx/carbon/dataform.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/dataobj.h"
|
||||
#include "wx/osx/classic/dataobj.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/dataobj.h"
|
||||
#include "wx/osx/carbon/dataobj.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/dataobj2.h"
|
||||
#include "wx/osx/classic/dataobj2.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/dataobj2.h"
|
||||
#include "wx/osx/carbon/dataobj2.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
# error "Native wxDataViewCtrl for classic environment not defined. Please use generic control."
|
||||
#else
|
||||
# include "wx/mac/carbon/dataview.h"
|
||||
# include "wx/osx/carbon/dataview.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/dc.h"
|
||||
#include "wx/osx/classic/dc.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/dc.h"
|
||||
#include "wx/osx/carbon/dc.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/dcclient.h"
|
||||
#include "wx/osx/classic/dcclient.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/dcclient.h"
|
||||
#include "wx/osx/carbon/dcclient.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/dcmemory.h"
|
||||
#include "wx/osx/classic/dcmemory.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/dcmemory.h"
|
||||
#include "wx/osx/carbon/dcmemory.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/dcprint.h"
|
||||
#include "wx/osx/classic/dcprint.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/dcprint.h"
|
||||
#include "wx/osx/carbon/dcprint.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/dcscreen.h"
|
||||
#include "wx/osx/classic/dcscreen.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/dcscreen.h"
|
||||
#include "wx/osx/carbon/dcscreen.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/dialog.h"
|
||||
#include "wx/osx/classic/dialog.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/dialog.h"
|
||||
#include "wx/osx/carbon/dialog.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/dirdlg.h"
|
||||
#include "wx/osx/classic/dirdlg.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/dirdlg.h"
|
||||
#include "wx/osx/carbon/dirdlg.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/dnd.h"
|
||||
#include "wx/osx/classic/dnd.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/dnd.h"
|
||||
#include "wx/osx/carbon/dnd.h"
|
||||
#endif
|
||||
|
@@ -13,6 +13,6 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#error "wxEventLoop is not implemented for Classic build."
|
||||
#else
|
||||
#include "wx/mac/carbon/evtloop.h"
|
||||
#include "wx/osx/carbon/evtloop.h"
|
||||
#endif
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/filedlg.h"
|
||||
#include "wx/osx/classic/filedlg.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/filedlg.h"
|
||||
#include "wx/osx/carbon/filedlg.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/font.h"
|
||||
#include "wx/osx/classic/font.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/font.h"
|
||||
#include "wx/osx/carbon/font.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/fontdlg.h"
|
||||
#include "wx/osx/classic/fontdlg.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/fontdlg.h"
|
||||
#include "wx/osx/carbon/fontdlg.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/frame.h"
|
||||
#include "wx/osx/classic/frame.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/frame.h"
|
||||
#include "wx/osx/carbon/frame.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/gauge.h"
|
||||
#include "wx/osx/classic/gauge.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/gauge.h"
|
||||
#include "wx/osx/carbon/gauge.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/glcanvas.h"
|
||||
#include "wx/osx/classic/glcanvas.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/glcanvas.h"
|
||||
#include "wx/osx/carbon/glcanvas.h"
|
||||
#endif
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/helpxxxx.h"
|
||||
#include "wx/osx/classic/helpxxxx.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/helpxxxx.h"
|
||||
#include "wx/osx/carbon/helpxxxx.h"
|
||||
#endif
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/icon.h"
|
||||
#include "wx/osx/classic/icon.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/icon.h"
|
||||
#include "wx/osx/carbon/icon.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/imaglist.h"
|
||||
#include "wx/osx/classic/imaglist.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/imaglist.h"
|
||||
#include "wx/osx/carbon/imaglist.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/joystick.h"
|
||||
#include "wx/osx/classic/joystick.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/joystick.h"
|
||||
#include "wx/osx/carbon/joystick.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/listbox.h"
|
||||
#include "wx/osx/classic/listbox.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/listbox.h"
|
||||
#include "wx/osx/carbon/listbox.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/listctrl.h"
|
||||
#include "wx/osx/classic/listctrl.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/listctrl.h"
|
||||
#include "wx/osx/carbon/listctrl.h"
|
||||
#endif
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/mdi.h"
|
||||
#include "wx/osx/classic/mdi.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/mdi.h"
|
||||
#include "wx/osx/carbon/mdi.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/menu.h"
|
||||
#include "wx/osx/classic/menu.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/menu.h"
|
||||
#include "wx/osx/carbon/menu.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/menuitem.h"
|
||||
#include "wx/osx/classic/menuitem.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/menuitem.h"
|
||||
#include "wx/osx/carbon/menuitem.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/metafile.h"
|
||||
#include "wx/osx/classic/metafile.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/metafile.h"
|
||||
#include "wx/osx/carbon/metafile.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/mimetype.h"
|
||||
#include "wx/osx/classic/mimetype.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/mimetype.h"
|
||||
#include "wx/osx/carbon/mimetype.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/minifram.h"
|
||||
#include "wx/osx/classic/minifram.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/minifram.h"
|
||||
#include "wx/osx/carbon/minifram.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/msgdlg.h"
|
||||
#include "wx/osx/classic/msgdlg.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/msgdlg.h"
|
||||
#include "wx/osx/carbon/msgdlg.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#error "no implementation"
|
||||
#else
|
||||
#include "wx/mac/carbon/nonownedwnd.h"
|
||||
#include "wx/osx/carbon/nonownedwnd.h"
|
||||
#endif
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/notebook.h"
|
||||
#include "wx/osx/classic/notebook.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/notebook.h"
|
||||
#include "wx/osx/carbon/notebook.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/palette.h"
|
||||
#include "wx/osx/classic/palette.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/palette.h"
|
||||
#include "wx/osx/carbon/palette.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/pen.h"
|
||||
#include "wx/osx/classic/pen.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/pen.h"
|
||||
#include "wx/osx/carbon/pen.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/pnghand.h"
|
||||
#include "wx/osx/classic/pnghand.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/pnghand.h"
|
||||
#include "wx/osx/carbon/pnghand.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/pngread.h"
|
||||
#include "wx/osx/classic/pngread.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/pngread.h"
|
||||
#include "wx/osx/carbon/pngread.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#error "wxPopupWindow is not supported under this platform."
|
||||
#else
|
||||
#include "wx/mac/carbon/popupwin.h"
|
||||
#include "wx/osx/carbon/popupwin.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/printdlg.h"
|
||||
#include "wx/osx/classic/printdlg.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/printdlg.h"
|
||||
#include "wx/osx/carbon/printdlg.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/printmac.h"
|
||||
#include "wx/osx/classic/printmac.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/printmac.h"
|
||||
#include "wx/osx/carbon/printmac.h"
|
||||
#endif
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/private.h"
|
||||
#include "wx/osx/classic/private.h"
|
||||
#elif defined(__WXOSX_IPHONE__)
|
||||
#include "wx/mac/corefoundation/private.h"
|
||||
#include "wx/osx/core/private.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/private.h"
|
||||
#include "wx/osx/carbon/private.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/private/print.h"
|
||||
#include "wx/osx/classic/private/print.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/private/print.h"
|
||||
#include "wx/osx/carbon/private/print.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/private/timer.h"
|
||||
#include "wx/osx/classic/private/timer.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/private/timer.h"
|
||||
#include "wx/osx/carbon/private/timer.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/radiobox.h"
|
||||
#include "wx/osx/classic/radiobox.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/radiobox.h"
|
||||
#include "wx/osx/carbon/radiobox.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/radiobut.h"
|
||||
#include "wx/osx/classic/radiobut.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/radiobut.h"
|
||||
#include "wx/osx/carbon/radiobut.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/region.h"
|
||||
#include "wx/osx/classic/region.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/region.h"
|
||||
#include "wx/osx/carbon/region.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/scrolbar.h"
|
||||
#include "wx/osx/classic/scrolbar.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/scrolbar.h"
|
||||
#include "wx/osx/carbon/scrolbar.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/slider.h"
|
||||
#include "wx/osx/classic/slider.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/slider.h"
|
||||
#include "wx/osx/carbon/slider.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/sound.h"
|
||||
#include "wx/osx/classic/sound.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/sound.h"
|
||||
#include "wx/osx/carbon/sound.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/spinbutt.h"
|
||||
#include "wx/osx/classic/spinbutt.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/spinbutt.h"
|
||||
#include "wx/osx/carbon/spinbutt.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/spinctrl.h"
|
||||
#include "wx/osx/classic/spinctrl.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/spinctrl.h"
|
||||
#include "wx/osx/carbon/spinctrl.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/generic/srchctlg.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/srchctrl.h"
|
||||
#include "wx/osx/carbon/srchctrl.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/statbmp.h"
|
||||
#include "wx/osx/classic/statbmp.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/statbmp.h"
|
||||
#include "wx/osx/carbon/statbmp.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/statbox.h"
|
||||
#include "wx/osx/classic/statbox.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/statbox.h"
|
||||
#include "wx/osx/carbon/statbox.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/statline.h"
|
||||
#include "wx/osx/classic/statline.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/statline.h"
|
||||
#include "wx/osx/carbon/statline.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/stattext.h"
|
||||
#include "wx/osx/classic/stattext.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/stattext.h"
|
||||
#include "wx/osx/carbon/stattext.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/statusbr.h"
|
||||
#include "wx/osx/classic/statusbr.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/statusbr.h"
|
||||
#include "wx/osx/carbon/statusbr.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/tabctrl.h"
|
||||
#include "wx/osx/classic/tabctrl.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/tabctrl.h"
|
||||
#include "wx/osx/carbon/tabctrl.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/taskbarosx.h"
|
||||
#include "wx/osx/classic/taskbarosx.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/taskbarosx.h"
|
||||
#include "wx/osx/carbon/taskbarosx.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/textctrl.h"
|
||||
#include "wx/osx/classic/textctrl.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/textctrl.h"
|
||||
#include "wx/osx/carbon/textctrl.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/tglbtn.h"
|
||||
#include "wx/osx/classic/tglbtn.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/tglbtn.h"
|
||||
#include "wx/osx/carbon/tglbtn.h"
|
||||
#endif
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/toolbar.h"
|
||||
#include "wx/osx/classic/toolbar.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/toolbar.h"
|
||||
#include "wx/osx/carbon/toolbar.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/tooltip.h"
|
||||
#include "wx/osx/classic/tooltip.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/tooltip.h"
|
||||
#include "wx/osx/carbon/tooltip.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/toplevel.h"
|
||||
#include "wx/osx/classic/toplevel.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/toplevel.h"
|
||||
#include "wx/osx/carbon/toplevel.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/treectl.h"
|
||||
#include "wx/osx/classic/treectl.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/treectrl.h"
|
||||
#include "wx/osx/carbon/treectrl.h"
|
||||
#endif
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/uma.h"
|
||||
#include "wx/osx/classic/uma.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/uma.h"
|
||||
#include "wx/osx/carbon/uma.h"
|
||||
#endif
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#ifdef __WXMAC_CLASSIC__
|
||||
#include "wx/mac/classic/window.h"
|
||||
#include "wx/osx/classic/window.h"
|
||||
#else
|
||||
#include "wx/mac/carbon/window.h"
|
||||
#include "wx/osx/carbon/window.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user