]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/statbox.h
Common code for the same handling of wxSL_INVERSE.
[wxWidgets.git] / include / wx / gtk1 / statbox.h
index 2bedf27d46e760b227bc5b68ae3ee441e4bc31e8..87b7372b86c5ba07e0ab44d70e898022bf9d4c03 100644 (file)
@@ -47,6 +47,9 @@ public:
 
     virtual bool IsTransparentForMouse() const { return TRUE; }
 
+protected:
+    void DoApplyWidgetStyle(GtkRcStyle *style);
+    
 private:
     DECLARE_DYNAMIC_CLASS(wxStaticBox)
 };