]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/window.h
build fixes
[wxWidgets.git] / include / wx / msw / window.h
index 0a3600676c9b4708fc3572bc370a11a558dc9e50..cd55625acd56b42b2d4fb2cff8550b605f6e5824 100644 (file)
@@ -433,6 +433,14 @@ public:
     // check if a native double-buffering applies for this window
     virtual bool IsDoubleBuffered() const;
 
+    // this allows you to implement standard control borders without
+    // repeating the code in different classes that are not derived from
+    // wxControl
+    virtual wxBorder GetDefaultBorderForControl() const;
+
+    // choose the default border for this window
+    virtual wxBorder GetDefaultBorder() const;
+
     // synthesize a wxEVT_LEAVE_WINDOW event and set m_mouseInWindow to false
     void GenerateMouseLeave();