]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
moving common code
[wxWidgets.git] / include / wx / msw / toplevel.h
index 48e7e512e4cda6450a498440d66e350768f5b410..82379ad36dc429355942422e9292af44262d1229 100644 (file)
@@ -107,6 +107,9 @@ public:
     // window proc for the frames
     WXLRESULT MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
 
+    // 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();