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