X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..5c7b506103cfc078a821860766e31c47d595e07f:/include/wx/button.h?ds=sidebyside diff --git a/include/wx/button.h b/include/wx/button.h index bf32419366..58f8ab55fe 100644 --- a/include/wx/button.h +++ b/include/wx/button.h @@ -78,6 +78,9 @@ public: static wxSize GetDefaultSize(); protected: + // choose the default border for this window + virtual wxBorder GetDefaultBorder() const { return wxBORDER_NONE; } + DECLARE_NO_COPY_CLASS(wxButtonBase) };