X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..b7527dde394466affd11a1119b030bcd985fd089:/include/wx/control.h diff --git a/include/wx/control.h b/include/wx/control.h index fcc3b923f8..08e9aeceea 100644 --- a/include/wx/control.h +++ b/include/wx/control.h @@ -92,6 +92,9 @@ public: virtual void DoUpdateWindowUI(wxUpdateUIEvent& event); protected: + // choose the default border for this window + virtual wxBorder GetDefaultBorder() const; + // creates the control (calls wxWindowBase::CreateBase inside) and adds it // to the list of parents children bool CreateControl(wxWindowBase *parent,