]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/xforms/XWorkArea.h
Introduce LFUN_PRINT.
[lyx.git] / src / frontends / xforms / XWorkArea.h
index b0858f081d8e09a65eaaa756ee6ae5384d728fb7..b1337d8a09f30ca0291c18d8e35d4de76b371fc4 100644 (file)
@@ -7,20 +7,17 @@
  * \author unknown
  * \author John Levon
  *
- * Full author contact details are available in file CREDITS
+ * Full author contact details are available in file CREDITS.
  */
 
 #ifndef XWORKAREA_H
 #define XWORKAREA_H
 
-#ifdef __GNUG__
-#pragma interface
-#endif
-
 #include "frontends/WorkArea.h"
 #include "XPainter.h"
 
-#include FORMS_H_LOCATION
+#include "lyx_forms.h"
+
 
 ///
 class XWorkArea : public WorkArea {
@@ -56,9 +53,9 @@ public:
        /// a selection exists
        virtual void haveSelection(bool) const;
        ///
-       virtual string const getClipboard() const;
+       virtual std::string const getClipboard() const;
        ///
-       virtual void putClipboard(string const &) const;
+       virtual void putClipboard(std::string const &) const;
 
        /// handles SelectionRequest X Event, to fill the clipboard
        int event_cb(XEvent * xev);
@@ -70,8 +67,6 @@ private:
        /// GC used for copying to the screen
        GC copy_gc;
 
-       ///
-       FL_OBJECT * backgroundbox;
        /// the workarea free object
        FL_OBJECT * work_area;
        /// the scrollbar objcet