From 91474fe1f18331600e8be0a7e4c67c2e0d3dbae4 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 18 Nov 2012 15:55:03 +0100 Subject: [PATCH] gtk: Mark the whole Style class as obsolete --- gtk/Style.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/Style.cs b/gtk/Style.cs index 2468c96b3..c04d5b4b3 100644 --- a/gtk/Style.cs +++ b/gtk/Style.cs @@ -27,6 +27,7 @@ namespace Gtk { using System; using System.Runtime.InteropServices; + [Obsolete ("Replaced by StyleContext")] public partial class Style { [DllImport("gtksharpglue-3")]