module GtkSpell:GtkSpell interfacesig..end
type error = 
| | 
BACKEND | 
exception Error of error * string
val attach : ?lang:string -> #GText.view -> unitError .val is_attached : #GText.view -> boolval detach : #GText.view -> unitval recheck_all : #GText.view -> unitval set_language : #GText.view -> string option -> unitError .