X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c0d2cd3d0c59bf0114e0e10355bff86ddb116a0..c2193ac9115470a4ecbc6844bbe19734a8c636ad:/include/wx/msw/control.h diff --git a/include/wx/msw/control.h b/include/wx/msw/control.h index 503d0db28c..20d9c73d5b 100644 --- a/include/wx/msw/control.h +++ b/include/wx/msw/control.h @@ -15,7 +15,7 @@ #include "wx/dynarray.h" // General item class -class WXDLLEXPORT wxControl : public wxControlBase +class WXDLLIMPEXP_CORE wxControl : public wxControlBase { public: wxControl() { } @@ -71,10 +71,10 @@ public: // default style for the control include WS_TABSTOP if it AcceptsFocus() virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; +protected: // 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;