]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/choice.h
Regenerated makefiles
[wxWidgets.git] / include / wx / msw / choice.h
index 3d004d2ab68047ad65e31495cca2b5e90036cb4e..cff06ed33edd9c1c6c617e038e8913e8ed9288a2 100644 (file)
@@ -85,6 +85,9 @@ public:
     virtual bool MSWShouldPreProcessMessage(WXMSG *pMsg);
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
+    // returns true if the platform should explicitly apply a theme border
+    virtual bool CanApplyThemeBorder() const { return false; }
+
 protected:
     // common part of all ctors
     void Init() { m_lastAcceptedSelection = wxID_NONE; }