]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/control.h
set svn properties correctly
[wxWidgets.git] / include / wx / msw / control.h
index a8ee1e5075ab6726037b576dae4bffa226d6191e..20d9c73d5b233702400b5c3198da706bbab8f558 100644 (file)
@@ -15,7 +15,7 @@
 #include "wx/dynarray.h"
 
 // General item class
-class WXDLLEXPORT wxControl : public wxControlBase
+class WXDLLIMPEXP_CORE wxControl : public wxControlBase
 {
 public:
     wxControl() { }
@@ -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;