]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/control.h
Added wxDataViewListIndexModel::Reset(), clarified and corrected wxDataViewModel...
[wxWidgets.git] / include / wx / msw / control.h
index a8ee1e5075ab6726037b576dae4bffa226d6191e..a2e56f715996d1b49f0f34588d136561a7d914e5 100644 (file)
@@ -72,6 +72,9 @@ public:
     virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const;
 
 protected:
+    // choose the default border for this window
+    virtual wxBorder GetDefaultBorder() const;
+
     // return default best size (doesn't really make any sense, override this)
     virtual wxSize DoGetBestSize() const;