Hello,
I have a project called gbrainy (https://gitlab.gnome.org/GNOME/gbrainy) which I was able to compile with old gtk-sharp (https://github.com/mono/gtk-sharp).
When compiling with GtkSharp (version 3.22.2) throws this error:
/Widgets/Toolbar.cs(88,23): error CS0426: The nested type BoxChild' does not exist in the type Gtk.Box'
See: https://gitlab.gnome.org/GNOME/gbrainy/-/blob/master/src/Clients/Classical/Widgets/Toolbar.cs#L88
Does the BoxChild type has been removed by mistake or has been replaced by something else?
Since some Linux distros still distribute https://github.com/mono/gtk-sharp (Debian) and some others (e.g. Fedora) may start distributing GtkSharp, it will be great to maintain as much as possible compatibility with the gtk-sharp API.
Hello,
I have a project called gbrainy (https://gitlab.gnome.org/GNOME/gbrainy) which I was able to compile with old gtk-sharp (https://github.com/mono/gtk-sharp).
When compiling with GtkSharp (version 3.22.2) throws this error:
/Widgets/Toolbar.cs(88,23): error CS0426: The nested type BoxChild' does not exist in the type Gtk.Box'
See: https://gitlab.gnome.org/GNOME/gbrainy/-/blob/master/src/Clients/Classical/Widgets/Toolbar.cs#L88
Does the BoxChild type has been removed by mistake or has been replaced by something else?
Since some Linux distros still distribute https://github.com/mono/gtk-sharp (Debian) and some others (e.g. Fedora) may start distributing GtkSharp, it will be great to maintain as much as possible compatibility with the gtk-sharp API.