]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_fracbase.h
small up/down tweaking
[lyx.git] / src / mathed / math_fracbase.h
index 08f05017d5a9212623f6040432c8acbbbf0dddb6..9c138686144e52766d531c622da5237d3ddcd686 100644 (file)
@@ -13,13 +13,11 @@ public:
        ///
        MathFracbaseInset();
        ///
-       bool idxUp(MathInset::idx_type &, MathInset::pos_type &) const;
+       bool idxUpDown(idx_type & idx, pos_type & pos, bool up, int targetx) const;
        ///
-       bool idxDown(MathInset::idx_type &, MathInset::pos_type &) const;
+       bool idxLeft(idx_type & idx, pos_type & pos) const;
        ///
-       bool idxLeft(MathInset::idx_type &, MathInset::pos_type &) const;
-       ///
-       bool idxRight(MathInset::idx_type &, MathInset::pos_type &) const;
+       bool idxRight(idx_type & idx, pos_type & pos) const;
 };
 
 #endif