]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfunc.h
try this for distinguishing inner and outer tabs
[lyx.git] / src / lyxfunc.h
index 31c4c7494bc85271cd5cb22380d7c92a83145da2..40226d513802bbd8b55a2ee2d5b37cf4d1ca6f0b 100644 (file)
@@ -49,13 +49,9 @@ public:
        /// Same again but for xtl buffers.  Still looking for better idea.
        bool Dispatch(int action, auto_mem_buffer &);
 
-#if 0
-       /// A keyboard event is processed to execute a lyx action. 
-       int processKeyEvent(XEvent * ev);
-#else
        ///
        int processKeySym(KeySym k, unsigned int state);
-#endif
+
        ///
        func_status getStatus(int ac) const;
        
@@ -98,7 +94,7 @@ private:
        ///
        unsigned meta_fake_bit;
        ///
-       void moveCursorUpdate(bool selecting = false);
+       void moveCursorUpdate(LyXText *, bool selecting = false);
        ///
        void setupLocalKeymap();
         ///
@@ -125,10 +121,6 @@ private:
 
        ///
        void doImport(string const &);
-       ///
-       void doImportHelper(string const &, string const &, string const &,
-               bool func(BufferView *, string const &) );
-
        ///
        void MenuInsertLyXFile(string const &);