X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f3f9b50aa275243ade3541ecccb95de22cf57a9..78cd9c69eb3f4c158fe10ce49325d57ec05d1306:/include/wx/msw/control.h diff --git a/include/wx/msw/control.h b/include/wx/msw/control.h index a8ee1e5075..503d0db28c 100644 --- a/include/wx/msw/control.h +++ b/include/wx/msw/control.h @@ -71,6 +71,9 @@ public: // default style for the control include WS_TABSTOP if it AcceptsFocus() virtual WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; + // 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;