X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..e483dfcb9db3e6cfe88a380f3ef31445bde8ae7e:/include/wx/button.h 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) };