]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinctrl.h
clear m_aTypes array in Clear() as well (patch 1165866)
[wxWidgets.git] / include / wx / msw / spinctrl.h
index 350c6ea86180c096b6a8cd437879824dcc4dbdb7..bd13d0e305bfe43815ece60344dd505d3cd8c307 100644 (file)
@@ -96,6 +96,9 @@ protected:
     virtual void DoMoveWindow(int x, int y, int width, int height);
     virtual wxSize DoGetBestSize() const;
     virtual void DoGetSize(int *width, int *height) const;
     virtual void DoMoveWindow(int x, int y, int width, int height);
     virtual wxSize DoGetBestSize() const;
     virtual void DoGetSize(int *width, int *height) const;
+#if wxUSE_TOOLTIPS
+    virtual void DoSetToolTip( wxToolTip *tip );
+#endif // wxUSE_TOOLTIPS
 
     // the handler for wxSpinButton events
     void OnSpinChange(wxSpinEvent& event);
 
     // the handler for wxSpinButton events
     void OnSpinChange(wxSpinEvent& event);