]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacro.h
* src/frontends/controllers/Dialog.{cpp,h}:
[lyx.git] / src / mathed / MathMacro.h
index 6193ec62febe70403c10a28fc4833e7acb52aea8..1978df228e2efa74bffb9c60488f15217012a4ba 100644 (file)
@@ -48,10 +48,14 @@ public:
        /// target pos when we enter the inset from the right by pressing "Left"
        bool idxLast(Cursor &) const;
        ///
+       bool idxUpDown(Cursor & cur, bool up) const;
+       ///
        virtual bool notifyCursorLeaves(Cursor &);
        ///
        docstring name() const;
        ///
+       int kerning() const { return kerning_; }
+       ///
        void setExpansion(MathData const & exp, MathData const & args) const;
 
        ///
@@ -83,6 +87,8 @@ private:
        mutable MacroData macroBackup_;
        ///
        mutable bool editing_;
+       ///
+       mutable int kerning_;
 };