X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8e24dfa9322702d56a125586a7d4a37f4a5dfd7..4b1e72e266ec6993d665c65d5f5e59e7981afc17:/include/wx/gtk1/button.h diff --git a/include/wx/gtk1/button.h b/include/wx/gtk1/button.h index 5c90c03e24..8c016d3b87 100644 --- a/include/wx/gtk1/button.h +++ b/include/wx/gtk1/button.h @@ -4,7 +4,7 @@ // Author: Robert Roebling // Id: $Id$ // Copyright: (c) 1998 Robert Roebling -// Licence: wxWindows licence +// Licence: wxWidgets licence ///////////////////////////////////////////////////////////////////////////// #ifndef __GTKBUTTONH__ @@ -71,6 +71,9 @@ public: // to override this here too... virtual bool ShouldInheritColours() const { return false; } + static wxVisualAttributes + GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL); + protected: virtual wxSize DoGetBestSize() const;