[MonoDevelop] Gtk.Tooltips is obsolete

Chris Wright dhasenan at gmail.com
Sun Jul 27 11:17:11 EDT 2008


2008/7/27 Sandy Armstrong <sanfordarmstrong at gmail.com>:
> If you really want to ignore the warning I think there's some pragma
> directive or something you can pass...I'm sure somebody else on the list
> knows.  Or you could google it.

You'd need to use that pragma once in each file. More simply, you
could put an [Obsolete] attribute on the assembly. Or rebuild Gtk and
omit the [Obsolete] attribute from Tooltips.


More information about the Monodevelop-list mailing list