#include "wx/wxprec.h"
#ifndef WX_PRECOMP
- #include <wx/string.h>
- #include <wx/log.h>
- #include <wx/dynarray.h>
- #include <wx/wx.h>
+ #include "wx/string.h"
+ #include "wx/log.h"
+ #include "wx/dynarray.h"
+ #include "wx/wx.h"
#endif // WX_PRECOMP
-#include <wx/file.h>
-#include <wx/regex.h>
+#include "wx/file.h"
+#include "wx/regex.h"
// C++ parsing classes
#include "cjparser.h"
/*
$Log$
+ Revision 1.15 2001/11/22 21:59:58 GD
+ use "..." instead of <...> for wx headers
+
Revision 1.14 2001/07/19 13:51:29 VZ
fixes to version string
#endif
#ifndef WX_PRECOMP
- #include <wx/wx.h>
+ #include "wx/wx.h"
#endif
-#include <wx/toolbar.h>
-#include <wx/log.h>
-#include <wx/image.h>
+#include "wx/toolbar.h"
+#include "wx/log.h"
+#include "wx/image.h"
// define this to 1 to use wxToolBarSimple instead of the native one
#define USE_GENERIC_TBAR 0
#error wxToolBarSimple is not compiled in, set wxUSE_TOOLBAR_SIMPLE \
to 1 in setup.h and recompile the library.
#else
- #include <wx/tbarsmpl.h>
+ #include "wx/tbarsmpl.h"
#endif
#endif // USE_GENERIC_TBAR
firstDragY = y;
dragType = wxDRAG_TYPE_BOUNDING_BOX;
wxClientDC dc(handlerDialog);
- OnDragBegin(x, y, keys, dc, NULL);
+ OnDragBegin(x, y, keys, dc, 0);
dragMode = wxDRAG_MODE_CONTINUE_LEFT;
oldDragX = x; oldDragY = y;
}
#ifndef _EDLIST_H_
#define _EDLIST_H_
-#include <wx/listctrl.h>
-#include <wx/imaglist.h>
+#include "wx/listctrl.h"
+#include "wx/imaglist.h"
class wxResourceEditorControlList: public wxListCtrl
{
#ifndef _EDTREE_H_
#define _EDTREE_H_
-#include <wx/treectrl.h>
+#include "wx/treectrl.h"
class wxResourceEditorProjectTree: public wxTreeCtrl
{
#ifdef __WXMSW__
m_bitmapImage = new wxBitmap("WXWINBMP", wxBITMAP_TYPE_BMP_RESOURCE);
#endif
-#if defined(__WXGTK__) || defined(__WXMOTIF__)
+#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__)
m_bitmapImage = new wxBitmap( wxwin_xpm );
#endif
}
#include "wx/wx.h"
#endif
-#include <wx/file.h>
+#include "wx/file.h"
#include <string.h>
#include <stdlib.h>
// headers
// ----------------------------------------------------------------------------
-#include <wx/string.h>
-#include <wx/file.h>
-#include <wx/ffile.h>
-#include <wx/app.h>
-#include <wx/log.h>
-#include <wx/dir.h>
-#include <wx/textfile.h>
-#include <wx/datetime.h>
-#include <wx/cmdline.h>
+#include "wx/string.h"
+#include "wx/file.h"
+#include "wx/ffile.h"
+#include "wx/app.h"
+#include "wx/log.h"
+#include "wx/dir.h"
+#include "wx/textfile.h"
+#include "wx/datetime.h"
+#include "wx/cmdline.h"
// ----------------------------------------------------------------------------
// the application class
#endif
#ifndef WX_PRECOMP
-#include <wx/wx.h>
+#include "wx/wx.h"
#endif
#include <ctype.h>
#include "wx/wx.h"
#endif
-
-#include <wx/hash.h>
+#include "wx/hash.h"
#ifdef new
#undef new
#include "wx/wx.h"
#endif
-#include <wx/hash.h>
+#include "wx/hash.h"
#ifdef new
#undef new