1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
gspell - a spell-checking library for GTK applications
======================================================
gspell provides a flexible API to add spell-checking to a GTK application.
Features
--------
- Access to basic spell-checking functionality with a GObject-based API.
- An inline spell-checker for GtkEntry.
- An inline spell-checker for GtkTextView (enhanced version of
[GtkSpell](https://gtkspell.sourceforge.net/)).
- A spell-checker dialog for GtkTextView.
- Support of the no-spell-check tag defined by
[GtkSourceView](https://gitlab.gnome.org/GNOME/gtksourceview/) and
[libgedit-gtksourceview](https://gedit-text-editor.org/technology.html).
- Language choosers (button and dialog).
More information
----------------
The gspell 1.x versions target **GTK 3**.
[More information about gspell](docs/more-information.md).
|