set_spell_checker


Description:

public void set_spell_checker (Checker? spell_checker)

Sets a Checker to a TextBuffer.

The this will own a reference to spell_checker, so you can release your reference to spell_checker if you no longer need it.

Parameters:

this

a TextBuffer.

spell_checker

a Checker, or null to unset the spell checker.