]> git.saurik.com Git - wxWidgets.git/commitdiff
include wxWindows headers using "..." instead of <...>
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 7 Oct 2001 18:45:17 +0000 (18:45 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sun, 7 Oct 2001 18:45:17 +0000 (18:45 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

36 files changed:
src/mac/bmpbuttn.cpp
src/mac/button.cpp
src/mac/carbon/bmpbuttn.cpp
src/mac/carbon/button.cpp
src/mac/carbon/checkbox.cpp
src/mac/carbon/control.cpp
src/mac/carbon/dcclient.cpp
src/mac/carbon/dialog.cpp
src/mac/carbon/frame.cpp
src/mac/carbon/gauge.cpp
src/mac/carbon/joystick.cpp
src/mac/carbon/listbox.cpp
src/mac/carbon/menuitem.cpp
src/mac/carbon/notebmac.cpp
src/mac/carbon/radiobut.cpp
src/mac/carbon/statlmac.cpp
src/mac/carbon/stattext.cpp
src/mac/carbon/taskbar.cpp
src/mac/carbon/toolbar.cpp
src/mac/carbon/window.cpp
src/mac/checkbox.cpp
src/mac/control.cpp
src/mac/dcclient.cpp
src/mac/dialog.cpp
src/mac/frame.cpp
src/mac/gauge.cpp
src/mac/joystick.cpp
src/mac/listbox.cpp
src/mac/menuitem.cpp
src/mac/notebmac.cpp
src/mac/radiobut.cpp
src/mac/statlmac.cpp
src/mac/stattext.cpp
src/mac/taskbar.cpp
src/mac/toolbar.cpp
src/mac/window.cpp

index 3b4a0a5d85a72c92aea3ebba3eb10dd11e1b6a97..d63ddcb227878ed6ea5e989331c9ce2f312ad8b2 100644 (file)
@@ -20,7 +20,7 @@
 IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton, wxButton)
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 PicHandle MakePict(GWorldPtr wp, GWorldPtr mask ) ;
 
index e8a9b079b62e2aef6f56e8e6326d68e208356ce2..b8689ca0fd8319ddf12133565c3970624a5c1587 100644 (file)
@@ -22,7 +22,7 @@
 IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl)
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 // Button
 
 
index 3b4a0a5d85a72c92aea3ebba3eb10dd11e1b6a97..d63ddcb227878ed6ea5e989331c9ce2f312ad8b2 100644 (file)
@@ -20,7 +20,7 @@
 IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton, wxButton)
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 PicHandle MakePict(GWorldPtr wp, GWorldPtr mask ) ;
 
index e8a9b079b62e2aef6f56e8e6326d68e208356ce2..b8689ca0fd8319ddf12133565c3970624a5c1587 100644 (file)
@@ -22,7 +22,7 @@
 IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl)
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 // Button
 
 
index 0d5d9e1e46ea91a969556d1e88510db9c7f11fb4..5ae3a1bbbd8c6f64f78238c39f9ddfec7ed5bcd7 100644 (file)
@@ -22,7 +22,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxCheckBox, wxControl)
 IMPLEMENT_DYNAMIC_CLASS(wxBitmapCheckBox, wxCheckBox)
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 // Single check box item
 bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,
index d9735a9c221cbf5c57323182cd7cb0044d71f2f0..764da5b8c24b1ce3a74cf32763b5a05fb5047e0d 100644 (file)
@@ -40,7 +40,7 @@ BEGIN_EVENT_TABLE(wxControl, wxWindow)
 END_EVENT_TABLE()
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 // Item members
 
index 99ee68a0fbf7f0e5e730a669f64ef0c72e091b8d..74533a7442e23485cf71be7ef8b104fd8eaf0529 100644 (file)
@@ -39,7 +39,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxPaintDC, wxWindowDC)
  * wxWindowDC
  */
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 wxWindowDC::wxWindowDC() 
 {
index 82752055947f9697b99dfb431b3ce785f3cb232b..1537065f54cf82ce91b50b7db3a8bfe66910a732 100644 (file)
@@ -19,7 +19,7 @@
 #include "wx/app.h"
 #include "wx/settings.h"
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 // Lists to keep track of windows, so we can disable/enable them
 // for modal dialogs
index f9f0d2bec6c18873146f7bd5bccfb9f0d39aed8d..5b2a84bbb3685bf77b5fd05bf15167b49fbb3f3b 100644 (file)
@@ -23,7 +23,7 @@
 #include "wx/settings.h"
 #include "wx/app.h"
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 extern wxWindowList wxModelessWindows;
 extern wxList wxPendingDelete;
index fe19204a45b3ab89a607246e7cc8a6c75d33d795..37155cafb03ec2242c9b9cde8cd2e5078d6342d2 100644 (file)
@@ -19,7 +19,7 @@
 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 bool wxGauge::Create(wxWindow *parent, wxWindowID id,
            int range,
index 2aecad336df3734e09d441d8a4d691fd98933376..bfe4ee3533a3be1eb959cfab44721e0db9549c52 100644 (file)
@@ -13,9 +13,9 @@
 #pragma implementation "joystick.h"
 #endif
 
-#include <wx/setup.h>
+#include "wx/setup.h"
 
-#include <wx/joystick.h>
+#include "wx/joystick.h"
 
 #if wxUSE_JOYSTICK
 
index b17715ec55978a54a7610c2253651ff8670901ed..cb3a39dbd99f3a5c085d5148b0e3acd8cd7e2206 100644 (file)
@@ -32,7 +32,7 @@ BEGIN_EVENT_TABLE(wxListBox, wxControl)
 END_EVENT_TABLE()
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 extern "C" void MacDrawStringCell(Rect *cellRect, Cell lCell, ListHandle theList, long refCon) ;
 const short kwxMacListWithVerticalScrollbar = 128 ;
index 6db2d125619f6415a5b4db41b52f10a526f53f1a..d6b12d09baf6019b2b8200a6c2c740afe1435e83 100644 (file)
@@ -17,7 +17,7 @@
 #include "wx/menu.h"
 #include "wx/menuitem.h"
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 // ============================================================================
 // implementation
 // ============================================================================
index 6f555d06c9cd7e56e141d6051e344889e73ca47c..17b89bde2e85b827294e463ba58669c3da953ba4 100644 (file)
   #pragma implementation "notebook.h"
 #endif
 
-#include  <wx/string.h>
-#include  <wx/log.h>
-#include  <wx/imaglist.h>
-#include  <wx/notebook.h>
-#include <wx/mac/uma.h>
+#include "wx/string.h"
+#include "wx/log.h"
+#include "wx/imaglist.h"
+#include "wx/notebook.h"
+#include "wx/mac/uma.h"
 // ----------------------------------------------------------------------------
 // macros
 // ----------------------------------------------------------------------------
index 8fd9b91adf5e82680212c86d5fdcde816269e585..196fed3a4bf6b4b3ab7ddb387056c99bdb510770 100644 (file)
@@ -21,7 +21,7 @@
 IMPLEMENT_DYNAMIC_CLASS(wxRadioButton, wxControl)
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 bool wxRadioButton::Create(wxWindow *parent, wxWindowID id,
                   const wxString& label,
index f5802a2095e2bf0bbabfd343263cfc0270396ac8..4384627196e728b21161e586a4a0e8416913185c 100644 (file)
@@ -30,7 +30,7 @@
 #include "wx/statline.h"
 #include "wx/statbox.h"
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 // ============================================================================
 // implementation
index 86c4fd7158a7c81ada8f0736be3d8c47b64369fb..d364a2c5be144884be71c211258a59a4c2bce0bc 100644 (file)
@@ -26,7 +26,7 @@
 IMPLEMENT_DYNAMIC_CLASS(wxStaticText, wxControl)
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 BEGIN_EVENT_TABLE(wxStaticText, wxStaticTextBase)
     EVT_PAINT(wxStaticText::OnPaint)
index 5c91250cf0bbbbb33ebe134e90a07be55ef0c0f0..1b49a2d75a74f07b503858d4caedecc64a7d0009 100644 (file)
@@ -14,7 +14,7 @@
 #pragma implementation "taskbar.h"
 #endif
 
-#include <wx/taskbar.h>
+#include "wx/taskbar.h"
 
 wxTaskBarIcon::wxTaskBarIcon()
 {
index af7b209f370b127b226a94a7d29d7ffe8c82ede6..984b5ab8d251f8adfecadc02ad62fea19927677a 100644 (file)
@@ -29,7 +29,7 @@ BEGIN_EVENT_TABLE(wxToolBar, wxToolBarBase)
 END_EVENT_TABLE()
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 // ----------------------------------------------------------------------------
 // private classes
index 3f12059d91609262b60b03faae0c910d66c973b4..40f2f2a96043a8b6f11296715021a943635cfdb7 100644 (file)
@@ -45,7 +45,7 @@
 #define wxWINDOW_VSCROLL 5997
 #define MAC_SCROLLBAR_SIZE 16
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 #if  wxUSE_DRAG_AND_DROP
 #include "wx/dnd.h"
index 0d5d9e1e46ea91a969556d1e88510db9c7f11fb4..5ae3a1bbbd8c6f64f78238c39f9ddfec7ed5bcd7 100644 (file)
@@ -22,7 +22,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxCheckBox, wxControl)
 IMPLEMENT_DYNAMIC_CLASS(wxBitmapCheckBox, wxCheckBox)
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 // Single check box item
 bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,
index d9735a9c221cbf5c57323182cd7cb0044d71f2f0..764da5b8c24b1ce3a74cf32763b5a05fb5047e0d 100644 (file)
@@ -40,7 +40,7 @@ BEGIN_EVENT_TABLE(wxControl, wxWindow)
 END_EVENT_TABLE()
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 // Item members
 
index 99ee68a0fbf7f0e5e730a669f64ef0c72e091b8d..74533a7442e23485cf71be7ef8b104fd8eaf0529 100644 (file)
@@ -39,7 +39,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxPaintDC, wxWindowDC)
  * wxWindowDC
  */
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 wxWindowDC::wxWindowDC() 
 {
index 82752055947f9697b99dfb431b3ce785f3cb232b..1537065f54cf82ce91b50b7db3a8bfe66910a732 100644 (file)
@@ -19,7 +19,7 @@
 #include "wx/app.h"
 #include "wx/settings.h"
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 // Lists to keep track of windows, so we can disable/enable them
 // for modal dialogs
index f9f0d2bec6c18873146f7bd5bccfb9f0d39aed8d..5b2a84bbb3685bf77b5fd05bf15167b49fbb3f3b 100644 (file)
@@ -23,7 +23,7 @@
 #include "wx/settings.h"
 #include "wx/app.h"
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 extern wxWindowList wxModelessWindows;
 extern wxList wxPendingDelete;
index fe19204a45b3ab89a607246e7cc8a6c75d33d795..37155cafb03ec2242c9b9cde8cd2e5078d6342d2 100644 (file)
@@ -19,7 +19,7 @@
 IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 bool wxGauge::Create(wxWindow *parent, wxWindowID id,
            int range,
index 2aecad336df3734e09d441d8a4d691fd98933376..bfe4ee3533a3be1eb959cfab44721e0db9549c52 100644 (file)
@@ -13,9 +13,9 @@
 #pragma implementation "joystick.h"
 #endif
 
-#include <wx/setup.h>
+#include "wx/setup.h"
 
-#include <wx/joystick.h>
+#include "wx/joystick.h"
 
 #if wxUSE_JOYSTICK
 
index b17715ec55978a54a7610c2253651ff8670901ed..cb3a39dbd99f3a5c085d5148b0e3acd8cd7e2206 100644 (file)
@@ -32,7 +32,7 @@ BEGIN_EVENT_TABLE(wxListBox, wxControl)
 END_EVENT_TABLE()
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 extern "C" void MacDrawStringCell(Rect *cellRect, Cell lCell, ListHandle theList, long refCon) ;
 const short kwxMacListWithVerticalScrollbar = 128 ;
index 6db2d125619f6415a5b4db41b52f10a526f53f1a..d6b12d09baf6019b2b8200a6c2c740afe1435e83 100644 (file)
@@ -17,7 +17,7 @@
 #include "wx/menu.h"
 #include "wx/menuitem.h"
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 // ============================================================================
 // implementation
 // ============================================================================
index 6f555d06c9cd7e56e141d6051e344889e73ca47c..17b89bde2e85b827294e463ba58669c3da953ba4 100644 (file)
   #pragma implementation "notebook.h"
 #endif
 
-#include  <wx/string.h>
-#include  <wx/log.h>
-#include  <wx/imaglist.h>
-#include  <wx/notebook.h>
-#include <wx/mac/uma.h>
+#include "wx/string.h"
+#include "wx/log.h"
+#include "wx/imaglist.h"
+#include "wx/notebook.h"
+#include "wx/mac/uma.h"
 // ----------------------------------------------------------------------------
 // macros
 // ----------------------------------------------------------------------------
index 8fd9b91adf5e82680212c86d5fdcde816269e585..196fed3a4bf6b4b3ab7ddb387056c99bdb510770 100644 (file)
@@ -21,7 +21,7 @@
 IMPLEMENT_DYNAMIC_CLASS(wxRadioButton, wxControl)
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 bool wxRadioButton::Create(wxWindow *parent, wxWindowID id,
                   const wxString& label,
index f5802a2095e2bf0bbabfd343263cfc0270396ac8..4384627196e728b21161e586a4a0e8416913185c 100644 (file)
@@ -30,7 +30,7 @@
 #include "wx/statline.h"
 #include "wx/statbox.h"
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 // ============================================================================
 // implementation
index 86c4fd7158a7c81ada8f0736be3d8c47b64369fb..d364a2c5be144884be71c211258a59a4c2bce0bc 100644 (file)
@@ -26,7 +26,7 @@
 IMPLEMENT_DYNAMIC_CLASS(wxStaticText, wxControl)
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 BEGIN_EVENT_TABLE(wxStaticText, wxStaticTextBase)
     EVT_PAINT(wxStaticText::OnPaint)
index 5c91250cf0bbbbb33ebe134e90a07be55ef0c0f0..1b49a2d75a74f07b503858d4caedecc64a7d0009 100644 (file)
@@ -14,7 +14,7 @@
 #pragma implementation "taskbar.h"
 #endif
 
-#include <wx/taskbar.h>
+#include "wx/taskbar.h"
 
 wxTaskBarIcon::wxTaskBarIcon()
 {
index af7b209f370b127b226a94a7d29d7ffe8c82ede6..984b5ab8d251f8adfecadc02ad62fea19927677a 100644 (file)
@@ -29,7 +29,7 @@ BEGIN_EVENT_TABLE(wxToolBar, wxToolBarBase)
 END_EVENT_TABLE()
 #endif
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 // ----------------------------------------------------------------------------
 // private classes
index 3f12059d91609262b60b03faae0c910d66c973b4..40f2f2a96043a8b6f11296715021a943635cfdb7 100644 (file)
@@ -45,7 +45,7 @@
 #define wxWINDOW_VSCROLL 5997
 #define MAC_SCROLLBAR_SIZE 16
 
-#include <wx/mac/uma.h>
+#include "wx/mac/uma.h"
 
 #if  wxUSE_DRAG_AND_DROP
 #include "wx/dnd.h"