]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tglbtn.h
update to 2.9.0
[wxWidgets.git] / include / wx / msw / tglbtn.h
index fd59de8e234704ea381323b51221773bd950c92a..9c3ef03c933d823361d69f71e1826d69dfd2600b 100644 (file)
@@ -46,11 +46,14 @@ public:
 
     virtual bool MSWCommand(WXUINT param, WXWORD id);
     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;
-    virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const;
 
 private:
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxToggleButton)