]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tglbtn.h
added disambiguation for Clear() too
[wxWidgets.git] / include / wx / msw / tglbtn.h
index a6dc79548637a82bfad6ee25ad87cd20198af8f2..9c3ef03c933d823361d69f71e1826d69dfd2600b 100644 (file)
@@ -48,6 +48,9 @@ public:
     virtual void Command(wxCommandEvent& event);
     virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const;
 
+    // returns true if the platform should explicitly apply a theme border
+    virtual bool CanApplyThemeBorder() const { return false; }
+
 protected:
     virtual wxSize DoGetBestSize() const;
     virtual wxBorder GetDefaultBorder() const;