package lablgtk3-gtkspell3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

GtkSpell interface

type error =
  1. | 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

Starts spell checking on the GtkTextView.

  • raises Error

    .

val detach : GText.view -> unit
val recheck_all : GText.view -> unit
val set_language : GText.view -> string option -> unit
  • raises Error

    .