X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f3f9b50aa275243ade3541ecccb95de22cf57a9..33ba5a05623023af942a6b34b0758a98b12d4c82:/include/wx/msw/control.h diff --git a/include/wx/msw/control.h b/include/wx/msw/control.h index a8ee1e5075..a2e56f7159 100644 --- a/include/wx/msw/control.h +++ b/include/wx/msw/control.h @@ -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;