]> git.lyx.org Git - lyx.git/blobdiff - src/LyXView.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / LyXView.h
index af420cad927c5c77d31d2bbc5d977d0b610f3bb3..8017453af51c88e2c90f1e80d9119653181f7626 100644 (file)
 #pragma interface
 #endif
 
+#include <config.h>
 #include FORMS_H_LOCATION
 
 #include "LString.h"
 #include "Timeout.h"
-#include "support/utility.hpp"
-
+#include <boost/utility.hpp>
+#include "layout.h"
 
 class LyXFunc;
 class Toolbar;
@@ -76,7 +77,7 @@ public:
        Toolbar * getToolbar() const;
 
        /// sets the layout in the toolbar layout combox
-       void setLayout(int layout);
+       void setLayout(LyXTextClass::size_type layout);
 
        /// update the toolbar
        void updateToolbar();
@@ -131,13 +132,7 @@ private:
        BufferView * bufferview;
        ///
        void invalidateLayoutChoice();
-       ///
-       void UpdateDocumentClassChoice();
 public:
-#if FL_REVISION < 89
-       ///
-       static int KeyPressMask_raw_callback(FL_FORM *, void * xev);
-#endif
        /** This callback is run when a close event is sent from the
          window manager. */
        static int atCloseMainFormCB(FL_FORM *, void *);