]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/checkbox.h
remove warnings
[wxWidgets.git] / include / wx / msw / checkbox.h
index c61399154eb53f7316f5c0efe7c3cfd24e50982a..c1b17cd5cfa65f4efed9632d00b4a0efa14b0059 100644 (file)
@@ -47,6 +47,9 @@ public:
     virtual bool SetForegroundColour(const wxColour& colour);
     virtual bool MSWOnDraw(WXDRAWITEMSTRUCT *item);
 
+    // returns true if the platform should explicitly apply a theme border
+    virtual bool CanApplyThemeBorder() const { return false; }
+
 protected:
     virtual wxSize DoGetBestSize() const;