Top | ![]() |
![]() |
![]() |
![]() |
gboolean | e_spell_text_view_is_supported () |
gboolean | e_spell_text_view_attach () |
void | e_spell_text_view_recheck_all () |
gboolean
e_spell_text_view_is_supported (void
);
e_spell_text_view_is_supported
is deprecated and should not be used in newly-written code.
Returns whether evolution was compiled with GtkSpell3. If it returns
FALSE
, all the other e_spell_text_view_... functions do nothing.
Since: 3.12
gboolean
e_spell_text_view_attach (GtkTextView *text_view
);
e_spell_text_view_attach
is deprecated and should not be used in newly-written code.
Attaches a spell checker into the text_view
, if spell-checking is
enabled in Evolution.
Since: 3.12
void
e_spell_text_view_recheck_all (GtkTextView *text_view
);
e_spell_text_view_recheck_all
is deprecated and should not be used in newly-written code.
Checks whole content of the text_view
for spell-errors,
if it has previously attached spell-checker with
e_spell_text_view_attach()
.
Since: 3.12