git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10683
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#endif
#include <wx/docview.h>
+#include <wx/cmdproc.h>
#include <wx/string.h>
#include <wx/wxexpr.h>
#endif
#include <wx/docview.h>
+#include <wx/cmdproc.h>
#include <wx/string.h>
#include <wx/wxexpr.h>
#define __DOCSAMPLEH__
#include "wx/docview.h"
+#include "wx/cmdproc.h"
// Plots a line from one point to the other
class DoodleLine: public wxObject
wxGrid::~wxGrid()
{
+ // Must do this or ~wxScrollHelper will pop the wrong event handler
+ SetTargetWindow(this);
ClearAttrCache();
wxSafeDecRef(m_defaultCellAttr);
# End Source File
# Begin Source File
+SOURCE=.\common\cmdproc.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\common\cmndata.cpp
# End Source File
# Begin Source File
# End Source File
# Begin Source File
+SOURCE=.\common\cmdproc.cpp
+# End Source File
+# Begin Source File
+
SOURCE=.\common\cmdline.cpp
# End Source File
# Begin Source File