X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8e24dfa9322702d56a125586a7d4a37f4a5dfd7..9630336291540faadae5c661cbde6fb823156e9f:/include/wx/gtk/button.h diff --git a/include/wx/gtk/button.h b/include/wx/gtk/button.h index 5c90c03e24..3a55ddec52 100644 --- a/include/wx/gtk/button.h +++ b/include/wx/gtk/button.h @@ -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;