Module GtkSpell
GtkSpell interface
exception
Error of error * string
val attach : ?lang:string -> GText.#view -> unit
Starts spell checking on the GtkTextView.
- raises Error
.
val is_attached : GText.#view -> bool
Starts spell checking on the GtkTextView.
- raises Error
.