]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FormErrorList.h
Change the semantics of 'none' and 'auto' viewers/editors: 'none' means now
[lyx.git] / src / frontends / xforms / FormErrorList.h
index 9a544fbac0d3f6f1d63d2f21d476ff47169eaeec..ee7f9ca4f216d2929f3adc5a2cbd3deb9c3df15f 100644 (file)
@@ -6,15 +6,17 @@
  *
  * \author Alfredo Braunstein
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef FORMERRORLIST_H
 #define FORMERRORLIST_H
 
-
 #include "FormDialogView.h"
 
+namespace lyx {
+namespace frontend {
+
 class ControlErrorList;
 struct FD_errorlist;
 
@@ -33,9 +35,13 @@ private:
        virtual void update();
        /// Filter the inputs on callback from xforms
        virtual ButtonPolicy::SMInput input(FL_OBJECT *, long);
-
+       /// Goto to this error
+       void goTo(int);
        ///
        void updateContents();
 };
 
+} // namespace frontend
+} // namespace lyx
+
 #endif // FORMERRORLIST_H