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)
#endif
#include <wx/mac/uma.h>
#include "wx/mac/uma.h"
PicHandle MakePict(GWorldPtr wp, GWorldPtr mask ) ;

View File

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

View 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 ) ;

View File

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

View 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,

View 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

View File

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

View 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

View 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;

View 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,

View 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

View 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 ;

View File

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

View File

@@ -20,11 +20,11 @@
#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
// ----------------------------------------------------------------------------

View 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,

View File

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

View 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)

View File

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

View 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

View 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"

View 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,

View 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

View File

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

View 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

View 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;

View 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,

View 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

View 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 ;

View File

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

View File

@@ -20,11 +20,11 @@
#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
// ----------------------------------------------------------------------------

View 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,

View File

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

View 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)

View File

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

View 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

View 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"