]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/control.h
Fixed to work with the new wxMacControl system.
[wxWidgets.git] / include / wx / gtk1 / control.h
index 417ad2083f54ef161c48afb9f43f50b617047746..553f94f7c1d0205c37d74ff37e7debbee6a8786c 100644 (file)
@@ -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);