X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f3f9b50aa275243ade3541ecccb95de22cf57a9..659d0ee81da0eb00220c598055c7ac2188a3d391:/include/wx/msw/control.h diff --git a/include/wx/msw/control.h b/include/wx/msw/control.h index a8ee1e5075..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() { } @@ -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;