X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f40fdaa339e19bbdf60c9c065c82daae4ca77b36..8de5b24e54bd7fec2a9e2011b2402b3f33117bd7:/include/wx/gtk1/control.h diff --git a/include/wx/gtk1/control.h b/include/wx/gtk1/control.h index 417ad2083f..553f94f7c1 100644 --- a/include/wx/gtk1/control.h +++ b/include/wx/gtk1/control.h @@ -56,7 +56,7 @@ public: virtual wxVisualAttributes GetDefaultAttributes() const; protected: - virtual void ApplyWidgetStyle(); + virtual void ApplyWidgetStyle(bool forceStyle = false); // helper function to ease native widgets wrapping, called by // ApplyWidgetStyle -- override this, not ApplyWidgetStyle virtual void DoApplyWidgetStyle(GtkRcStyle *style);