]> git.lyx.org Git - lyx.git/blobdiff - src/HunspellChecker.h
Update the GuiLabel view when the document is read-only. Also disable the text field.
[lyx.git] / src / HunspellChecker.h
index 8defa22e41a6d5bec65851d147e615eaafd7d60b..8eb470a22b57b66a2cc6cc25a4fba9e8e9c2c252 100644 (file)
@@ -23,11 +23,14 @@ public:
        HunspellChecker();
        ~HunspellChecker();
 
-       SpellChecker::Result check(WordLangTuple const &);
+       /// SpellChecker inherited methods.
+       ///@{
+       enum Result check(WordLangTuple const &);
+       void suggest(WordLangTuple const &, docstring_list &);
        void insert(WordLangTuple const &);
        void accept(WordLangTuple const &);
-       docstring const nextMiss();
        docstring const error();
+       ///@}
 
 private:
        struct Private;