]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/control.h
fix for Borland Dll build (SF bug #972989)
[wxWidgets.git] / include / wx / gtk1 / control.h
index be6f36bc1c395a6cc4c69d1c940cc381b08e44ab..417ad2083f54ef161c48afb9f43f50b617047746 100644 (file)
@@ -56,6 +56,11 @@ public:
     virtual wxVisualAttributes GetDefaultAttributes() const;
 
 protected:
+    virtual void ApplyWidgetStyle();
+    // helper function to ease native widgets wrapping, called by 
+    // ApplyWidgetStyle -- override this, not ApplyWidgetStyle
+    virtual void DoApplyWidgetStyle(GtkRcStyle *style);
+
     virtual wxSize DoGetBestSize() const;
     void PostCreation(const wxSize& size);