]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/gizmos/splittree/tree.h
Fixed project files for regex.lib, taking the regex C files out of the main wxvc.dsp
[wxWidgets.git] / contrib / samples / gizmos / splittree / tree.h
index 95f9fbbff015aeb29730b7079b61ef1c71e7994c..382d580f66171ea90901c1fcccc8eb5217a5fe2a 100644 (file)
@@ -77,12 +77,14 @@ public:
     TestTree(wxWindow* parent, wxWindowID id, const wxPoint& pt = wxDefaultPosition,
         const wxSize& sz = wxDefaultSize, long style = wxTR_HAS_BUTTONS);
        ~TestTree();
+
+       void OnPaint(wxPaintEvent& event);
     DECLARE_EVENT_TABLE()
 protected:
        wxImageList*    m_imageList;
 };
 
-class TestValueWindow: public wxWindow
+class TestValueWindow: public wxTreeCompanionWindow
 {
 public:
     TestValueWindow(wxWindow* parent, wxWindowID id = -1,
@@ -93,7 +95,6 @@ public:
 //// Overrides
 
 //// Events
-       void OnSize(wxSizeEvent& event);
     
 //// Data members
 protected: