]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinbutt.h
made Freeze/Thaw recursively (un)freeze child windows too
[wxWidgets.git] / include / wx / msw / spinbutt.h
index 7113afac2676245ebe4ac1df445016bed12b5535..f57277f4ebce3b752abebfae4ae5f7a718d30f9c 100644 (file)
@@ -57,9 +57,15 @@ public:
     // a wxSpinButton can't do anything useful with focus, only wxSpinCtrl can
     virtual bool AcceptsFocus() const { return false; }
 
+    // returns true if the platform should explicitly apply a theme border
+    virtual bool CanApplyThemeBorder() const { return false; }
+
 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)
 };