include wxWindows headers using "..." instead of <...>

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2001-10-07 18:45:17 +00:00
parent 9b86543d92
commit d497dca475
36 changed files with 46 additions and 46 deletions

View File

@@ -20,7 +20,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton, wxButton) IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton, wxButton)
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
PicHandle MakePict(GWorldPtr wp, GWorldPtr mask ) ; PicHandle MakePict(GWorldPtr wp, GWorldPtr mask ) ;

View File

@@ -22,7 +22,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl)
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
// Button // Button

View File

@@ -20,7 +20,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton, wxButton) IMPLEMENT_DYNAMIC_CLASS(wxBitmapButton, wxButton)
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
PicHandle MakePict(GWorldPtr wp, GWorldPtr mask ) ; PicHandle MakePict(GWorldPtr wp, GWorldPtr mask ) ;

View File

@@ -22,7 +22,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl)
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
// Button // Button

View File

@@ -22,7 +22,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxCheckBox, wxControl)
IMPLEMENT_DYNAMIC_CLASS(wxBitmapCheckBox, wxCheckBox) IMPLEMENT_DYNAMIC_CLASS(wxBitmapCheckBox, wxCheckBox)
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
// Single check box item // Single check box item
bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label, bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,

View File

@@ -40,7 +40,7 @@ BEGIN_EVENT_TABLE(wxControl, wxWindow)
END_EVENT_TABLE() END_EVENT_TABLE()
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
// Item members // Item members

View File

@@ -39,7 +39,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxPaintDC, wxWindowDC)
* wxWindowDC * wxWindowDC
*/ */
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
wxWindowDC::wxWindowDC() wxWindowDC::wxWindowDC()
{ {

View File

@@ -19,7 +19,7 @@
#include "wx/app.h" #include "wx/app.h"
#include "wx/settings.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 // Lists to keep track of windows, so we can disable/enable them
// for modal dialogs // for modal dialogs

View File

@@ -23,7 +23,7 @@
#include "wx/settings.h" #include "wx/settings.h"
#include "wx/app.h" #include "wx/app.h"
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
extern wxWindowList wxModelessWindows; extern wxWindowList wxModelessWindows;
extern wxList wxPendingDelete; extern wxList wxPendingDelete;

View File

@@ -19,7 +19,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
bool wxGauge::Create(wxWindow *parent, wxWindowID id, bool wxGauge::Create(wxWindow *parent, wxWindowID id,
int range, int range,

View File

@@ -13,9 +13,9 @@
#pragma implementation "joystick.h" #pragma implementation "joystick.h"
#endif #endif
#include <wx/setup.h> #include "wx/setup.h"
#include <wx/joystick.h> #include "wx/joystick.h"
#if wxUSE_JOYSTICK #if wxUSE_JOYSTICK

View File

@@ -32,7 +32,7 @@ BEGIN_EVENT_TABLE(wxListBox, wxControl)
END_EVENT_TABLE() END_EVENT_TABLE()
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
extern "C" void MacDrawStringCell(Rect *cellRect, Cell lCell, ListHandle theList, long refCon) ; extern "C" void MacDrawStringCell(Rect *cellRect, Cell lCell, ListHandle theList, long refCon) ;
const short kwxMacListWithVerticalScrollbar = 128 ; const short kwxMacListWithVerticalScrollbar = 128 ;

View File

@@ -17,7 +17,7 @@
#include "wx/menu.h" #include "wx/menu.h"
#include "wx/menuitem.h" #include "wx/menuitem.h"
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
// ============================================================================ // ============================================================================
// implementation // implementation
// ============================================================================ // ============================================================================

View File

@@ -20,11 +20,11 @@
#pragma implementation "notebook.h" #pragma implementation "notebook.h"
#endif #endif
#include <wx/string.h> #include "wx/string.h"
#include <wx/log.h> #include "wx/log.h"
#include <wx/imaglist.h> #include "wx/imaglist.h"
#include <wx/notebook.h> #include "wx/notebook.h"
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// macros // macros
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------

View File

@@ -21,7 +21,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxRadioButton, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxRadioButton, wxControl)
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
bool wxRadioButton::Create(wxWindow *parent, wxWindowID id, bool wxRadioButton::Create(wxWindow *parent, wxWindowID id,
const wxString& label, const wxString& label,

View File

@@ -30,7 +30,7 @@
#include "wx/statline.h" #include "wx/statline.h"
#include "wx/statbox.h" #include "wx/statbox.h"
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
// ============================================================================ // ============================================================================
// implementation // implementation

View File

@@ -26,7 +26,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxStaticText, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxStaticText, wxControl)
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
BEGIN_EVENT_TABLE(wxStaticText, wxStaticTextBase) BEGIN_EVENT_TABLE(wxStaticText, wxStaticTextBase)
EVT_PAINT(wxStaticText::OnPaint) EVT_PAINT(wxStaticText::OnPaint)

View File

@@ -14,7 +14,7 @@
#pragma implementation "taskbar.h" #pragma implementation "taskbar.h"
#endif #endif
#include <wx/taskbar.h> #include "wx/taskbar.h"
wxTaskBarIcon::wxTaskBarIcon() wxTaskBarIcon::wxTaskBarIcon()
{ {

View File

@@ -29,7 +29,7 @@ BEGIN_EVENT_TABLE(wxToolBar, wxToolBarBase)
END_EVENT_TABLE() END_EVENT_TABLE()
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// private classes // private classes

View File

@@ -45,7 +45,7 @@
#define wxWINDOW_VSCROLL 5997 #define wxWINDOW_VSCROLL 5997
#define MAC_SCROLLBAR_SIZE 16 #define MAC_SCROLLBAR_SIZE 16
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
#if wxUSE_DRAG_AND_DROP #if wxUSE_DRAG_AND_DROP
#include "wx/dnd.h" #include "wx/dnd.h"

View File

@@ -22,7 +22,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxCheckBox, wxControl)
IMPLEMENT_DYNAMIC_CLASS(wxBitmapCheckBox, wxCheckBox) IMPLEMENT_DYNAMIC_CLASS(wxBitmapCheckBox, wxCheckBox)
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
// Single check box item // Single check box item
bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label, bool wxCheckBox::Create(wxWindow *parent, wxWindowID id, const wxString& label,

View File

@@ -40,7 +40,7 @@ BEGIN_EVENT_TABLE(wxControl, wxWindow)
END_EVENT_TABLE() END_EVENT_TABLE()
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
// Item members // Item members

View File

@@ -39,7 +39,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxPaintDC, wxWindowDC)
* wxWindowDC * wxWindowDC
*/ */
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
wxWindowDC::wxWindowDC() wxWindowDC::wxWindowDC()
{ {

View File

@@ -19,7 +19,7 @@
#include "wx/app.h" #include "wx/app.h"
#include "wx/settings.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 // Lists to keep track of windows, so we can disable/enable them
// for modal dialogs // for modal dialogs

View File

@@ -23,7 +23,7 @@
#include "wx/settings.h" #include "wx/settings.h"
#include "wx/app.h" #include "wx/app.h"
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
extern wxWindowList wxModelessWindows; extern wxWindowList wxModelessWindows;
extern wxList wxPendingDelete; extern wxList wxPendingDelete;

View File

@@ -19,7 +19,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxGauge, wxControl)
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
bool wxGauge::Create(wxWindow *parent, wxWindowID id, bool wxGauge::Create(wxWindow *parent, wxWindowID id,
int range, int range,

View File

@@ -13,9 +13,9 @@
#pragma implementation "joystick.h" #pragma implementation "joystick.h"
#endif #endif
#include <wx/setup.h> #include "wx/setup.h"
#include <wx/joystick.h> #include "wx/joystick.h"
#if wxUSE_JOYSTICK #if wxUSE_JOYSTICK

View File

@@ -32,7 +32,7 @@ BEGIN_EVENT_TABLE(wxListBox, wxControl)
END_EVENT_TABLE() END_EVENT_TABLE()
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
extern "C" void MacDrawStringCell(Rect *cellRect, Cell lCell, ListHandle theList, long refCon) ; extern "C" void MacDrawStringCell(Rect *cellRect, Cell lCell, ListHandle theList, long refCon) ;
const short kwxMacListWithVerticalScrollbar = 128 ; const short kwxMacListWithVerticalScrollbar = 128 ;

View File

@@ -17,7 +17,7 @@
#include "wx/menu.h" #include "wx/menu.h"
#include "wx/menuitem.h" #include "wx/menuitem.h"
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
// ============================================================================ // ============================================================================
// implementation // implementation
// ============================================================================ // ============================================================================

View File

@@ -20,11 +20,11 @@
#pragma implementation "notebook.h" #pragma implementation "notebook.h"
#endif #endif
#include <wx/string.h> #include "wx/string.h"
#include <wx/log.h> #include "wx/log.h"
#include <wx/imaglist.h> #include "wx/imaglist.h"
#include <wx/notebook.h> #include "wx/notebook.h"
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// macros // macros
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------

View File

@@ -21,7 +21,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxRadioButton, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxRadioButton, wxControl)
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
bool wxRadioButton::Create(wxWindow *parent, wxWindowID id, bool wxRadioButton::Create(wxWindow *parent, wxWindowID id,
const wxString& label, const wxString& label,

View File

@@ -30,7 +30,7 @@
#include "wx/statline.h" #include "wx/statline.h"
#include "wx/statbox.h" #include "wx/statbox.h"
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
// ============================================================================ // ============================================================================
// implementation // implementation

View File

@@ -26,7 +26,7 @@
IMPLEMENT_DYNAMIC_CLASS(wxStaticText, wxControl) IMPLEMENT_DYNAMIC_CLASS(wxStaticText, wxControl)
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
BEGIN_EVENT_TABLE(wxStaticText, wxStaticTextBase) BEGIN_EVENT_TABLE(wxStaticText, wxStaticTextBase)
EVT_PAINT(wxStaticText::OnPaint) EVT_PAINT(wxStaticText::OnPaint)

View File

@@ -14,7 +14,7 @@
#pragma implementation "taskbar.h" #pragma implementation "taskbar.h"
#endif #endif
#include <wx/taskbar.h> #include "wx/taskbar.h"
wxTaskBarIcon::wxTaskBarIcon() wxTaskBarIcon::wxTaskBarIcon()
{ {

View File

@@ -29,7 +29,7 @@ BEGIN_EVENT_TABLE(wxToolBar, wxToolBarBase)
END_EVENT_TABLE() END_EVENT_TABLE()
#endif #endif
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
// private classes // private classes

View File

@@ -45,7 +45,7 @@
#define wxWINDOW_VSCROLL 5997 #define wxWINDOW_VSCROLL 5997
#define MAC_SCROLLBAR_SIZE 16 #define MAC_SCROLLBAR_SIZE 16
#include <wx/mac/uma.h> #include "wx/mac/uma.h"
#if wxUSE_DRAG_AND_DROP #if wxUSE_DRAG_AND_DROP
#include "wx/dnd.h" #include "wx/dnd.h"