GtkSpell.3o

Langue: en

Version: 285038 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

GtkSpell - GtkSpell interface

Module

Module GtkSpell

Documentation

Module GtkSpell
 :  sig end

GtkSpell interface

type error =
 | BACKEND
 

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

val detach : #GText.view -> unit

val recheck_all : #GText.view -> unit

val set_language : #GText.view -> string option -> unit

Raises Error .