#ifndef _WX_PLOT_H_
#define _WX_PLOT_H_
-#if defined(__GNUG__) && !defined(__APPLE__)
-#pragma interface "plot.h"
-#endif
-
#include "wx/defs.h"
-#include "wx/scrolwin.h"
-#include "wx/event.h"
#include "wx/dynarray.h"
+#include "wx/event.h"
+#include "wx/pen.h"
+#include "wx/scrolwin.h"
#ifdef WXMAKINGDLL_PLOT
#define WXDLLIMPEXP_PLOT WXEXPORT
{
public:
wxPlotWindow() {}
- wxPlotWindow( wxWindow *parent, wxWindowID id, const wxPoint &pos, const wxSize &size, int flags = wxPLOT_DEFAULT );
+ wxPlotWindow(wxWindow *parent,
+ wxWindowID id = wxID_ANY,
+ const wxPoint& pos = wxDefaultPosition,
+ const wxSize& size = wxDefaultSize,
+ int flags = wxPLOT_DEFAULT);
~wxPlotWindow();
// curve accessors