GtkSharp / GtkSharp

.NET wrapper for Gtk and other related libraries
Other
875 stars 98 forks source link

Invalid deprecation #362

Closed workgroupengineering closed 1 year ago

workgroupengineering commented 2 years ago

According to this documentation. Widget OverrideColor is marked as obsolete insteand of ModifyFg. There are other methods that have the same problem.

Affected Nuget version: 3.24.24.34

zii-dmg commented 2 years ago

gtk_widget_modify_fg deprecated since gtk 3.0 gtk_widget_override_color deprecated since gtk 3.16 Both are deprecated in GtkSharp. What's wrong?

workgroupengineering commented 1 year ago

gtk_widget_override_color deprecated since gtk 3.16 Both are deprecated in GtkSharp. What's wrong? Sorry it was my mistake