]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinbutt.h
ignore VC8 project files and build directories
[wxWidgets.git] / include / wx / msw / spinbutt.h
index 7113afac2676245ebe4ac1df445016bed12b5535..56e69f30b816af38f52e90de39c62fdd571142b7 100644 (file)
@@ -60,6 +60,9 @@ public:
 protected:
    virtual wxSize DoGetBestSize() const;
 
+   // ensure that the control displays a value in the current range
+   virtual void NormalizeValue();
+
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxSpinButton)
 };