I’m beginner in desktop development and want to integrate spell check feature for GTK TextView widget. Already know how to work with tags and buffer, just not sure about dictionary provider: with some native API or by using external software.
Where I can start from, to not write lot of code, especially if something already exists in GNOME environment for these needs.
Yes, it’s definitely the osd class that gets inherited by the popup.
OSDs have lots of issues (in general, not specifically with gtk), like making everything behind them hidden and inaccessible, even when scrolling down. I would personally recommend to avoid OSDs and use something like a GtkRevealer outside of the view.
Maybe some curse with this widget before I have removed app-notification class as found it is deprecated, then switched to osd and found it’s deprecated also
I won’t rewrite everything just to switch color to dark, lol, have no idea what to do next. It’s just simple widget, appended under the content Box.
UPD. can confirm, it’s really osd class issue, thanks