gtk: Mark the whole Style class as obsolete

This commit is contained in:
Bertrand Lorentz 2012-11-18 15:55:03 +01:00
parent b312fcbc8c
commit 91474fe1f1

View file

@ -27,6 +27,7 @@ namespace Gtk {
using System;
using System.Runtime.InteropServices;
[Obsolete ("Replaced by StyleContext")]
public partial class Style {
[DllImport("gtksharpglue-3")]