X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f36e602b3f4cccedfa2d8932c288f3dfed7b549e..512cfcc34118a5da1b14c8cbaae1690fd4b23a4b:/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) };