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:
@@ -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 ) ;
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl)
|
||||
#endif
|
||||
|
||||
#include <wx/mac/uma.h>
|
||||
#include "wx/mac/uma.h"
|
||||
// Button
|
||||
|
||||
|
||||
|
@@ -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 ) ;
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl)
|
||||
#endif
|
||||
|
||||
#include <wx/mac/uma.h>
|
||||
#include "wx/mac/uma.h"
|
||||
// Button
|
||||
|
||||
|
||||
|
@@ -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,
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -39,7 +39,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxPaintDC, wxWindowDC)
|
||||
* wxWindowDC
|
||||
*/
|
||||
|
||||
#include <wx/mac/uma.h>
|
||||
#include "wx/mac/uma.h"
|
||||
|
||||
wxWindowDC::wxWindowDC()
|
||||
{
|
||||
|
@@ -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
|
||||
|
@@ -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;
|
||||
|
@@ -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,
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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 ;
|
||||
|
@@ -17,7 +17,7 @@
|
||||
#include "wx/menu.h"
|
||||
#include "wx/menuitem.h"
|
||||
|
||||
#include <wx/mac/uma.h>
|
||||
#include "wx/mac/uma.h"
|
||||
// ============================================================================
|
||||
// implementation
|
||||
// ============================================================================
|
||||
|
@@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -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,
|
||||
|
@@ -30,7 +30,7 @@
|
||||
#include "wx/statline.h"
|
||||
#include "wx/statbox.h"
|
||||
|
||||
#include <wx/mac/uma.h>
|
||||
#include "wx/mac/uma.h"
|
||||
|
||||
// ============================================================================
|
||||
// implementation
|
||||
|
@@ -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)
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#pragma implementation "taskbar.h"
|
||||
#endif
|
||||
|
||||
#include <wx/taskbar.h>
|
||||
#include "wx/taskbar.h"
|
||||
|
||||
wxTaskBarIcon::wxTaskBarIcon()
|
||||
{
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
@@ -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,
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -39,7 +39,7 @@ IMPLEMENT_DYNAMIC_CLASS(wxPaintDC, wxWindowDC)
|
||||
* wxWindowDC
|
||||
*/
|
||||
|
||||
#include <wx/mac/uma.h>
|
||||
#include "wx/mac/uma.h"
|
||||
|
||||
wxWindowDC::wxWindowDC()
|
||||
{
|
||||
|
@@ -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
|
||||
|
@@ -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;
|
||||
|
@@ -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,
|
||||
|
@@ -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
|
||||
|
||||
|
@@ -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 ;
|
||||
|
@@ -17,7 +17,7 @@
|
||||
#include "wx/menu.h"
|
||||
#include "wx/menuitem.h"
|
||||
|
||||
#include <wx/mac/uma.h>
|
||||
#include "wx/mac/uma.h"
|
||||
// ============================================================================
|
||||
// implementation
|
||||
// ============================================================================
|
||||
|
@@ -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
|
||||
// ----------------------------------------------------------------------------
|
||||
|
@@ -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,
|
||||
|
@@ -30,7 +30,7 @@
|
||||
#include "wx/statline.h"
|
||||
#include "wx/statbox.h"
|
||||
|
||||
#include <wx/mac/uma.h>
|
||||
#include "wx/mac/uma.h"
|
||||
|
||||
// ============================================================================
|
||||
// implementation
|
||||
|
@@ -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)
|
||||
|
@@ -14,7 +14,7 @@
|
||||
#pragma implementation "taskbar.h"
|
||||
#endif
|
||||
|
||||
#include <wx/taskbar.h>
|
||||
#include "wx/taskbar.h"
|
||||
|
||||
wxTaskBarIcon::wxTaskBarIcon()
|
||||
{
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user