fixing file paths after renaming

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54129 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-06-11 19:30:52 +00:00
parent c8ef3d5565
commit 1f0c8f31f4
82 changed files with 111 additions and 111 deletions

View File

@@ -27,7 +27,7 @@
#include "wx/aboutdlg.h" #include "wx/aboutdlg.h"
#include "wx/generic/aboutdlgg.h" #include "wx/generic/aboutdlgg.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
// helper class for HIAboutBox options // helper class for HIAboutBox options
class AboutBoxOptions : public wxCFRef<CFMutableDictionaryRef> class AboutBoxOptions : public wxCFRef<CFMutableDictionaryRef>

View File

@@ -45,7 +45,7 @@
// mac // mac
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#ifdef __DARWIN__ #ifdef __DARWIN__
# include <CoreServices/CoreServices.h> # include <CoreServices/CoreServices.h>

View File

@@ -28,7 +28,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxBitmap, wxGDIObject) IMPLEMENT_DYNAMIC_CLASS(wxBitmap, wxGDIObject)
IMPLEMENT_DYNAMIC_CLASS(wxMask, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxMask, wxObject)
#include "wx/mac/private.h" #include "wx/osx/private.h"
#ifndef __WXOSX_IPHONE__ #ifndef __WXOSX_IPHONE__
#include <QuickTime/QuickTime.h> #include <QuickTime/QuickTime.h>
#endif #endif

View File

@@ -22,7 +22,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton, wxButton) IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton, wxButton)
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
// Helper functions // Helper functions

View File

@@ -17,7 +17,7 @@
#include "wx/utils.h" #include "wx/utils.h"
#endif #endif
#include "wx/mac/private.h" #include "wx/osx/private.h"
IMPLEMENT_DYNAMIC_CLASS(wxBrush, wxGDIObject) IMPLEMENT_DYNAMIC_CLASS(wxBrush, wxGDIObject)

View File

@@ -21,7 +21,7 @@
#include "wx/stockitem.h" #include "wx/stockitem.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl)

View File

@@ -34,7 +34,7 @@
#include "wx/apptrait.h" #include "wx/apptrait.h"
#include "wx/sckaddr.h" #include "wx/sckaddr.h"
#include "wx/mac/carbon/private.h" #include "wx/osx/carbon/private.h"
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h> #include <netinet/in.h>

View File

@@ -14,7 +14,7 @@
#if wxUSE_CHECKBOX #if wxUSE_CHECKBOX
#include "wx/checkbox.h" #include "wx/checkbox.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxCheckBox, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxCheckBox, wxControl)

View File

@@ -22,7 +22,7 @@
#include "wx/arrstr.h" #include "wx/arrstr.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox) IMPLEMENT_DYNAMIC_CLASS(wxCheckListBox, wxListBox)

View File

@@ -20,7 +20,7 @@
#include "wx/dcclient.h" #include "wx/dcclient.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
extern MenuHandle NewUniqueMenu() ; extern MenuHandle NewUniqueMenu() ;

View File

@@ -27,7 +27,7 @@
#include "wx/metafile.h" #include "wx/metafile.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#define wxUSE_DATAOBJ 1 #define wxUSE_DATAOBJ 1

View File

@@ -12,7 +12,7 @@
#include "wx/wxprec.h" #include "wx/wxprec.h"
#include "wx/mac/colordlg.h" #include "wx/osx/colordlg.h"
#include "wx/fontdlg.h" #include "wx/fontdlg.h"
@@ -20,7 +20,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxColourDialog, wxDialog) IMPLEMENT_DYNAMIC_CLASS(wxColourDialog, wxDialog)
#include "wx/mac/private.h" #include "wx/osx/private.h"
/* /*
* wxColourDialog * wxColourDialog

View File

@@ -20,7 +20,7 @@
#include "wx/wxprec.h" #include "wx/wxprec.h"
#include "wx/mac/colordlg.h" #include "wx/osx/colordlg.h"
#include "wx/fontdlg.h" #include "wx/fontdlg.h"
// ============================================================================ // ============================================================================

View File

@@ -17,7 +17,7 @@
#include "wx/gdicmn.h" #include "wx/gdicmn.h"
#endif #endif
#include "wx/mac/private.h" #include "wx/osx/private.h"
IMPLEMENT_DYNAMIC_CLASS(wxColour, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxColour, wxObject)

View File

@@ -23,7 +23,7 @@
#include "wx/textctrl.h" #include "wx/textctrl.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxComboBox, wxControl)

View File

@@ -18,7 +18,7 @@
#include "wx/menu.h" #include "wx/menu.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#if TARGET_API_MAC_OSX #if TARGET_API_MAC_OSX
#ifndef __HIVIEW__ #ifndef __HIVIEW__
#include <HIToolbox/HIView.h> #include <HIToolbox/HIView.h>

View File

@@ -31,8 +31,8 @@
#include "wx/tabctrl.h" #include "wx/tabctrl.h"
#include "wx/spinbutt.h" #include "wx/spinbutt.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
IMPLEMENT_ABSTRACT_CLASS(wxControl, wxWindow) IMPLEMENT_ABSTRACT_CLASS(wxControl, wxWindow)

View File

@@ -21,7 +21,7 @@
#include "wx/xpmdecod.h" #include "wx/xpmdecod.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxGDIObject) IMPLEMENT_DYNAMIC_CLASS(wxCursor, wxGDIObject)

View File

@@ -23,9 +23,9 @@
#endif #endif
#include "wx/dataview.h" #include "wx/dataview.h"
#include "wx/mac/carbon/databrow.h" #include "wx/osx/carbon/databrow.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#include <limits> #include <limits>

View File

@@ -27,7 +27,7 @@
#include "wx/metafile.h" #include "wx/metafile.h"
#include "wx/tokenzr.h" #include "wx/tokenzr.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#ifdef __DARWIN__ #ifdef __DARWIN__
#include <QuickTime/QuickTime.h> #include <QuickTime/QuickTime.h>

View File

@@ -18,7 +18,7 @@
#include <limits> #include <limits>
#include "wx/mac/carbon/databrow.h" #include "wx/osx/carbon/databrow.h"
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/timer.h" #include "wx/timer.h"

View File

@@ -25,7 +25,7 @@
#include "wx/graphics.h" #include "wx/graphics.h"
#include "wx/rawbmp.h" #include "wx/rawbmp.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// wxWindowDCImpl // wxWindowDCImpl

View File

@@ -13,9 +13,9 @@
#include "wx/dcmemory.h" #include "wx/dcmemory.h"
#include "wx/graphics.h" #include "wx/graphics.h"
#include "wx/mac/dcmemory.h" #include "wx/osx/dcmemory.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// wxMemoryDCImpl // wxMemoryDCImpl

View File

@@ -25,9 +25,9 @@
#include "wx/math.h" #include "wx/math.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#include "wx/mac/private/print.h" #include "wx/osx/private/print.h"
#include "wx/mac/carbon/dcprint.h" #include "wx/osx/carbon/dcprint.h"
#include "wx/graphics.h" #include "wx/graphics.h"
IMPLEMENT_ABSTRACT_CLASS(wxPrinterDCImpl, wxGCDCImpl) IMPLEMENT_ABSTRACT_CLASS(wxPrinterDCImpl, wxGCDCImpl)

View File

@@ -12,9 +12,9 @@
#include "wx/wxprec.h" #include "wx/wxprec.h"
#include "wx/dcscreen.h" #include "wx/dcscreen.h"
#include "wx/mac/carbon/dcscreen.h" #include "wx/osx/carbon/dcscreen.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#include "wx/graphics.h" #include "wx/graphics.h"
IMPLEMENT_ABSTRACT_CLASS(wxScreenDCImpl, wxWindowDCImpl) IMPLEMENT_ABSTRACT_CLASS(wxScreenDCImpl, wxWindowDCImpl)

View File

@@ -20,7 +20,7 @@
#include "wx/settings.h" #include "wx/settings.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
// Lists to keep track of windows, so we can disable/enable them // Lists to keep track of windows, so we can disable/enable them

View File

@@ -23,7 +23,7 @@
#include "wx/filename.h" #include "wx/filename.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
#ifdef __DARWIN__ #ifdef __DARWIN__
#include <Carbon/Carbon.h> #include <Carbon/Carbon.h>

View File

@@ -33,7 +33,7 @@
#include "wx/filefn.h" // for wxDirExists() #include "wx/filefn.h" // for wxDirExists()
#include "wx/filename.h" #include "wx/filename.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// private classes // private classes

View File

@@ -21,7 +21,7 @@
#include "wx/gdicmn.h" #include "wx/gdicmn.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/mac/private.h" #include "wx/osx/private.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// globals // globals

View File

@@ -14,11 +14,11 @@
#include "wx/wxprec.h" #include "wx/wxprec.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
#if defined( __WXMAC__ ) #if defined( __WXMAC__ )
#include "wx/mac/carbon/drawer.h" #include "wx/osx/carbon/drawer.h"
IMPLEMENT_DYNAMIC_CLASS(wxDrawerWindow, wxWindow) IMPLEMENT_DYNAMIC_CLASS(wxDrawerWindow, wxWindow)

View File

@@ -25,7 +25,7 @@
#include "wx/tokenzr.h" #include "wx/tokenzr.h"
#include "wx/filename.h" #include "wx/filename.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
#ifndef __DARWIN__ #ifndef __DARWIN__
#include <Navigation.h> #include <Navigation.h>

View File

@@ -25,7 +25,7 @@
#include "wx/graphics.h" #include "wx/graphics.h"
#include "wx/settings.h" #include "wx/settings.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#ifndef __DARWIN__ #ifndef __DARWIN__
#include <ATSUnicode.h> #include <ATSUnicode.h>

View File

@@ -46,7 +46,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog) IMPLEMENT_DYNAMIC_CLASS(wxFontDialog, wxDialog)
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
// --------------------------------------------------------------------------- // ---------------------------------------------------------------------------
// wxFontDialog // wxFontDialog
@@ -261,7 +261,7 @@ int wxFontDialog::ShowModal()
#undef wxFontDialog #undef wxFontDialog
#include "wx/mac/fontdlg.h" #include "wx/osx/fontdlg.h"
#include "wx/fontenum.h" #include "wx/fontenum.h"
#include "wx/colordlg.h" #include "wx/colordlg.h"

View File

@@ -42,7 +42,7 @@
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#import <AppKit/AppKit.h> #import <AppKit/AppKit.h>
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
@interface wxMacFontPanelAccView : NSView @interface wxMacFontPanelAccView : NSView
{ {

View File

@@ -25,7 +25,7 @@
#include "wx/fontmap.h" #include "wx/fontmap.h"
#include "wx/encinfo.h" #include "wx/encinfo.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// wxFontEnumerator // wxFontEnumerator

View File

@@ -24,7 +24,7 @@
#include "wx/menuitem.h" #include "wx/menuitem.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
BEGIN_EVENT_TABLE(wxFrame, wxFrameBase) BEGIN_EVENT_TABLE(wxFrame, wxFrameBase)
EVT_ACTIVATE(wxFrame::OnActivate) EVT_ACTIVATE(wxFrame::OnActivate)

View File

@@ -17,7 +17,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
bool wxGauge::Create( wxWindow *parent, bool wxGauge::Create( wxWindow *parent,
wxWindowID id, wxWindowID id,

View File

@@ -19,7 +19,7 @@
#endif #endif
#include "wx/link.h" #include "wx/link.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
// Linker will discard entire object file without this // Linker will discard entire object file without this
wxFORCE_LINK_THIS_MODULE(gdiobj) wxFORCE_LINK_THIS_MODULE(gdiobj)

View File

@@ -33,9 +33,9 @@
#include "wx/settings.h" #include "wx/settings.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// helper functions // helper functions

View File

@@ -35,12 +35,12 @@
#endif #endif
#ifdef __WXMAC__ #ifdef __WXMAC__
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#include "wx/mac/dcprint.h" #include "wx/osx/dcprint.h"
#else #else
#include "CoreServices/CoreServices.h" #include "CoreServices/CoreServices.h"
#include "ApplicationServices/ApplicationServices.h" #include "ApplicationServices/ApplicationServices.h"
#include "wx/mac/corefoundation/cfstring.h" #include "wx/osx/core/cfstring.h"
#include "wx/cocoa/dcclient.h" #include "wx/cocoa/dcclient.h"
#endif #endif

View File

@@ -17,7 +17,7 @@
#include "wx/image.h" #include "wx/image.h"
#endif #endif
#include "wx/mac/private.h" #include "wx/osx/private.h"
IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxGDIObject) IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxGDIObject)

View File

@@ -29,7 +29,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControlWithItems)
BEGIN_EVENT_TABLE(wxListBox, wxControl) BEGIN_EVENT_TABLE(wxListBox, wxControl)
END_EVENT_TABLE() END_EVENT_TABLE()
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
// ============================================================================ // ============================================================================
// list box control implementation // list box control implementation

View File

@@ -33,7 +33,7 @@
#include "wx/settings.h" #include "wx/settings.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#include "wx/imaglist.h" #include "wx/imaglist.h"
#include "wx/sysopt.h" #include "wx/sysopt.h"

View File

@@ -22,8 +22,8 @@
#include "wx/statusbr.h" #include "wx/statusbr.h"
#endif #endif
#include "wx/mac/private.h" #include "wx/osx/private.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxMDIParentFrame, wxFrame) IMPLEMENT_DYNAMIC_CLASS(wxMDIParentFrame, wxFrame)
IMPLEMENT_DYNAMIC_CLASS(wxMDIChildFrame, wxFrame) IMPLEMENT_DYNAMIC_CLASS(wxMDIChildFrame, wxFrame)

View File

@@ -46,7 +46,7 @@
#endif #endif
// uma is for wxMacFSSpec // uma is for wxMacFSSpec
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
// standard QT stuff // standard QT stuff
#ifndef __DARWIN__ #ifndef __DARWIN__

View File

@@ -28,7 +28,7 @@
#include "wx/menuitem.h" #include "wx/menuitem.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
// other standard headers // other standard headers
// ---------------------- // ----------------------

View File

@@ -19,7 +19,7 @@
#include "wx/menu.h" #include "wx/menu.h"
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxMenuItem, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxMenuItem, wxObject)

View File

@@ -24,9 +24,9 @@
#include "wx/metafile.h" #include "wx/metafile.h"
#include "wx/clipbrd.h" #include "wx/clipbrd.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#include "wx/graphics.h" #include "wx/graphics.h"
#include "wx/mac/carbon/metafile.h" #include "wx/osx/carbon/metafile.h"
#include <stdio.h> #include <stdio.h>
#include <string.h> #include <string.h>

View File

@@ -32,7 +32,7 @@
#if wxUSE_MIMETYPE #if wxUSE_MIMETYPE
#include "wx/mac/mimetype.h" #include "wx/osx/mimetype.h"
#ifndef WX_PRECOMP #ifndef WX_PRECOMP
#include "wx/dynarray.h" #include "wx/dynarray.h"
@@ -48,7 +48,7 @@
#include "wx/file.h" #include "wx/file.h"
#include "wx/confbase.h" #include "wx/confbase.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
// other standard headers // other standard headers
#include <ctype.h> #include <ctype.h>
@@ -752,7 +752,7 @@ pascal OSStatus MoreProcGetProcessTypeSignature(
// //
// //
#include "wx/mac/corefoundation/cfstring.h" #include "wx/osx/core/cfstring.h"
#define wxCF_RELEASE true #define wxCF_RELEASE true
#define wxCF_RETAIN false #define wxCF_RETAIN false

View File

@@ -19,7 +19,7 @@
#endif #endif
#include "wx/thread.h" #include "wx/thread.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
IMPLEMENT_CLASS(wxMessageDialog, wxDialog) IMPLEMENT_CLASS(wxMessageDialog, wxDialog)

View File

@@ -20,7 +20,7 @@
#include "wx/tooltip.h" #include "wx/tooltip.h"
#include "wx/nonownedwnd.h" #include "wx/nonownedwnd.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
#include "wx/settings.h" #include "wx/settings.h"
#include "wx/frame.h" #include "wx/frame.h"

View File

@@ -24,7 +24,7 @@
#include "wx/string.h" #include "wx/string.h"
#include "wx/imaglist.h" #include "wx/imaglist.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
// check that the page index is valid // check that the page index is valid

View File

@@ -34,7 +34,7 @@
#include "wx/popupwin.h" #include "wx/popupwin.h"
#include "wx/tooltip.h" #include "wx/tooltip.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
// ============================================================================ // ============================================================================
// implementation // implementation

View File

@@ -24,9 +24,9 @@
#include "wx/stattext.h" #include "wx/stattext.h"
#endif #endif
#include "wx/mac/printdlg.h" #include "wx/osx/printdlg.h"
#include "wx/mac/private/print.h" #include "wx/osx/private/print.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
#include "wx/statline.h" #include "wx/statline.h"

View File

@@ -27,14 +27,14 @@
#include "wx/math.h" #include "wx/math.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#include "wx/mac/printmac.h" #include "wx/osx/printmac.h"
#include "wx/mac/private/print.h" #include "wx/osx/private/print.h"
#include "wx/printdlg.h" #include "wx/printdlg.h"
#include "wx/paper.h" #include "wx/paper.h"
#include "wx/mac/printdlg.h" #include "wx/osx/printdlg.h"
#include <stdlib.h> #include <stdlib.h>

View File

@@ -20,7 +20,7 @@
#include "wx/arrstr.h" #include "wx/arrstr.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxRadioBox, wxControl)

View File

@@ -14,7 +14,7 @@
#if wxUSE_RADIOBTN #if wxUSE_RADIOBTN
#include "wx/radiobut.h" #include "wx/radiobut.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxRadioButton, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxRadioButton, wxControl)

View File

@@ -16,7 +16,7 @@
#include "wx/gdicmn.h" #include "wx/gdicmn.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject) IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
IMPLEMENT_DYNAMIC_CLASS(wxRegionIterator, wxObject) IMPLEMENT_DYNAMIC_CLASS(wxRegionIterator, wxObject)

View File

@@ -27,7 +27,7 @@
#include "wx/renderer.h" #include "wx/renderer.h"
#include "wx/graphics.h" #include "wx/graphics.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
class WXDLLEXPORT wxRendererMac : public wxDelegateRendererNative class WXDLLEXPORT wxRendererMac : public wxDelegateRendererNative

View File

@@ -19,7 +19,7 @@
#include "wx/settings.h" #include "wx/settings.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxScrollBar, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxScrollBar, wxControl)

View File

@@ -18,7 +18,7 @@
#include "wx/gdicmn.h" #include "wx/gdicmn.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// wxSystemSettingsNative // wxSystemSettingsNative

View File

@@ -14,7 +14,7 @@
#if wxUSE_SLIDER #if wxUSE_SLIDER
#include "wx/slider.h" #include "wx/slider.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxSlider, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxSlider, wxControl)

View File

@@ -45,7 +45,7 @@
// //
#ifdef __WXMAC__ #ifdef __WXMAC__
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#ifndef __DARWIN__ #ifndef __DARWIN__
#include <Movies.h> #include <Movies.h>
#include <Gestalt.h> #include <Gestalt.h>

View File

@@ -14,7 +14,7 @@
#if wxUSE_SPINBTN #if wxUSE_SPINBTN
#include "wx/spinbutt.h" #include "wx/spinbutt.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxSpinButton, wxControl)

View File

@@ -25,8 +25,8 @@
#if wxUSE_NATIVE_SEARCH_CONTROL #if wxUSE_NATIVE_SEARCH_CONTROL
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#include "wx/mac/carbon/private/mactext.h" #include "wx/osx/carbon/private/mactext.h"
BEGIN_EVENT_TABLE(wxSearchCtrl, wxSearchCtrlBase) BEGIN_EVENT_TABLE(wxSearchCtrl, wxSearchCtrlBase)
END_EVENT_TABLE() END_EVENT_TABLE()

View File

@@ -14,7 +14,7 @@
#if wxUSE_STATBOX #if wxUSE_STATBOX
#include "wx/statbox.h" #include "wx/statbox.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxStaticBox, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxStaticBox, wxControl)

View File

@@ -21,7 +21,7 @@
#include "wx/toplevel.h" #include "wx/toplevel.h"
#endif #endif
#include "wx/mac/private.h" #include "wx/osx/private.h"
BEGIN_EVENT_TABLE(wxStatusBarMac, wxStatusBarGeneric) BEGIN_EVENT_TABLE(wxStatusBarMac, wxStatusBarGeneric)

View File

@@ -31,7 +31,7 @@
#include "wx/statbox.h" #include "wx/statbox.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
// ============================================================================ // ============================================================================
// implementation // implementation

View File

@@ -26,7 +26,7 @@
#include "wx/notebook.h" #include "wx/notebook.h"
#include "wx/tabctrl.h" #include "wx/tabctrl.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#include <stdio.h> #include <stdio.h>

View File

@@ -19,7 +19,7 @@
#include "wx/control.h" #include "wx/control.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
IMPLEMENT_DYNAMIC_CLASS(wxTabCtrl, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxTabCtrl, wxControl)
IMPLEMENT_DYNAMIC_CLASS(wxTabEvent, wxNotifyEvent) IMPLEMENT_DYNAMIC_CLASS(wxTabEvent, wxNotifyEvent)

View File

@@ -22,7 +22,7 @@
#include "wx/icon.h" #include "wx/icon.h"
#endif #endif
#include "wx/mac/private.h" #include "wx/osx/private.h"
class wxTaskBarIconImpl class wxTaskBarIconImpl
{ {

View File

@@ -46,8 +46,8 @@
#include "wx/sysopt.h" #include "wx/sysopt.h"
#include "wx/thread.h" #include "wx/thread.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#include "wx/mac/carbon/private/mactext.h" #include "wx/osx/carbon/private/mactext.h"
class wxMacFunctor class wxMacFunctor
{ {

View File

@@ -23,7 +23,7 @@
#if wxUSE_TOGGLEBTN #if wxUSE_TOGGLEBTN
#include "wx/tglbtn.h" #include "wx/tglbtn.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
// Button // Button
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------

View File

@@ -26,7 +26,7 @@
#include "wx/thread.h" #include "wx/thread.h"
#include <CoreServices/CoreServices.h> #include <CoreServices/CoreServices.h>
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
// the possible states of the thread: // the possible states of the thread:
// ("=>" shows all possible transitions from this state) // ("=>" shows all possible transitions from this state)

View File

@@ -17,10 +17,10 @@
#include "wx/dynarray.h" #include "wx/dynarray.h"
#endif #endif
#include "wx/mac/private/timer.h" #include "wx/osx/private/timer.h"
#ifdef __WXMAC__ #ifdef __WXMAC__
#include "wx/mac/private.h" #include "wx/osx/private.h"
#endif #endif
struct MacTimerInfo struct MacTimerInfo

View File

@@ -20,7 +20,7 @@
#endif #endif
#include "wx/app.h" #include "wx/app.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#include "wx/geometry.h" #include "wx/geometry.h"
#include "wx/sysopt.h" #include "wx/sysopt.h"

View File

@@ -21,7 +21,7 @@
#endif // WX_PRECOMP #endif // WX_PRECOMP
#include "wx/geometry.h" #include "wx/geometry.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
// global data // global data

View File

@@ -37,7 +37,7 @@
#include "wx/control.h" #include "wx/control.h"
#endif //WX_PRECOMP #endif //WX_PRECOMP
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#include "wx/tooltip.h" #include "wx/tooltip.h"
#include "wx/dnd.h" #include "wx/dnd.h"
@@ -50,7 +50,7 @@
#endif #endif
// for targeting OSX // for targeting OSX
#include "wx/mac/private.h" #include "wx/osx/private.h"
// ============================================================================ // ============================================================================
// wxTopLevelWindowMac implementation // wxTopLevelWindowMac implementation

View File

@@ -11,14 +11,14 @@
#include "wx/wxprec.h" #include "wx/wxprec.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#if wxUSE_GUI #if wxUSE_GUI
#include "wx/toplevel.h" #include "wx/toplevel.h"
#include "wx/dc.h" #include "wx/dc.h"
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
static SInt32 sUMASystemVersion = 0 ; static SInt32 sUMASystemVersion = 0 ;

View File

@@ -25,7 +25,7 @@
#include "wx/apptrait.h" #include "wx/apptrait.h"
#if wxUSE_GUI #if wxUSE_GUI
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#endif #endif
#include <ctype.h> #include <ctype.h>
@@ -44,11 +44,11 @@
#if wxUSE_GUI #if wxUSE_GUI
#include <CoreServices/CoreServices.h> #include <CoreServices/CoreServices.h>
#include <Carbon/Carbon.h> #include <Carbon/Carbon.h>
#include "wx/mac/private/timer.h" #include "wx/osx/private/timer.h"
#endif // wxUSE_GUI #endif // wxUSE_GUI
#include "wx/evtloop.h" #include "wx/evtloop.h"
#include "wx/mac/private.h" #include "wx/osx/private.h"
#if defined(__MWERKS__) && wxUSE_UNICODE #if defined(__MWERKS__) && wxUSE_UNICODE
#if __MWERKS__ < 0x4100 #if __MWERKS__ < 0x4100

View File

@@ -14,7 +14,7 @@
#include <Cocoa/Cocoa.h> #include <Cocoa/Cocoa.h>
#ifdef __WXMAC__ #ifdef __WXMAC__
#include "wx/mac/private.h" #include "wx/osx/private.h"
#endif #endif
#ifdef __WXMAC__ #ifdef __WXMAC__

View File

@@ -61,7 +61,7 @@
#include "wx/dnd.h" #include "wx/dnd.h"
#endif #endif
#include "wx/mac/uma.h" #include "wx/osx/uma.h"
#define MAC_SCROLLBAR_SIZE 15 #define MAC_SCROLLBAR_SIZE 15
#define MAC_SMALL_SCROLLBAR_SIZE 11 #define MAC_SMALL_SCROLLBAR_SIZE 11