]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/control.h
build fixes
[wxWidgets.git] / include / wx / msw / control.h
index a8ee1e5075ab6726037b576dae4bffa226d6191e..503d0db28c7b7c9fea332661d6272852fb8e29c4 100644 (file)
@@ -71,6 +71,9 @@ public:
     // default style for the control include WS_TABSTOP if it AcceptsFocus()
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
+    // choose the default border for this window
+    virtual wxBorder GetDefaultBorder() const;
+
 protected:
     // return default best size (doesn't really make any sense, override this)
     virtual wxSize DoGetBestSize() const;