]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormSpellchecker.h
Bugfixes: checkboxes to radiobuttons (from J�rgen S) and remove a little
[lyx.git] / src / frontends / xforms / FormSpellchecker.h
index 171687a075779fbc3d760a3d3b7c17542dbf2663..e387356cde96001974ad6de9bffdeb36c98e5ef0 100644 (file)
@@ -28,21 +28,21 @@ public:
    
 private:
        /// not needed.
-       virtual void apply() {}
+       void apply() {}
        /// Build the dialog
-       virtual void build();
-       /// not needed.
-       virtual void update();
+       void build();
+       /// 
+       void update();
 
-       /// update progress bar and suggestions
+       /// enable/disable widgets when start/stop
+       void stop(bool);
+       
+       /// update progress bar, set suggestions, exit message
        void partialUpdate(int);
 
        /// show an error message
        void showMessage(const char * msg);
 
-       /// line clicked in browser, necessart for double clicking
-       int clickline_;
-       
        /// Filter the inputs
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);