]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/FeedbackController.h
Yet more dialog tweaking from Rob.
[lyx.git] / src / frontends / xforms / FeedbackController.h
index 93b94188b6b4e770a7e4357b8260841f8b967b88..8d512a28419c901131936842887b322d94b9ab8a 100644 (file)
@@ -1,10 +1,12 @@
 // -*- C++ -*-
-/*
+/**
  * \file FeedbackController.h
- * Copyright 2002 the LyX Team
- * Read the file COPYING
+ * This file is part of LyX, the document processor.
+ * Licence details can be found in the file COPYING.
  *
- * \author Angus Leeming, a.leeming@ic.ac.uk
+ * \author Angus Leeming 
+ *
+ * Full author contact details are available in file CREDITS
  **/
 
 /* A common interface for posting feedback messages to a message widget in
 #ifndef FEEDBACKCONTROLLER_H
 #define FEEDBACKCONTROLLER_H
 
-#include FORMS_H_LOCATION
-#include "LString.h"
-
 #ifdef __GNUG__
 #pragma interface
 #endif
 
+#include "forms_fwd.h"
+#include "LString.h"
+
 class FeedbackController
 {
 public:
@@ -52,6 +54,8 @@ protected:
            message_widget direct. The message will persist till the mouse
            movesto a new object. */
        void postWarning(string const & warning);
+       /// Reset the message_widget_
+       void clearMessage();
 
 private:
        /** Get the feedback message for ob.