Added wxUSE_NUMBERDLG to setup.h; added some files to VC++ project files;

added missing virtual function from wxSliderMSW


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-06-27 11:55:33 +00:00
parent ba7eb0a5a7
commit ff8b6290e9
9 changed files with 32 additions and 3 deletions

View File

@@ -17,6 +17,7 @@
#define __DOCSAMPLEH__
#include "wx/docview.h"
#include "wx/cmdproc.h"
// Plots a line from one point to the other
class DoodleLine: public wxObject