]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_pos.h
rename commandtags.h to lfuns.h and renumber/cleanup. Rebuild the tree !
[lyx.git] / src / mathed / math_pos.h
index d238fb93f69c1617546ebd77e4fb1244f0b62b92..85198c782f1ddf43a32deb2e3b5ee5f69a1f97ec 100644 (file)
@@ -1,6 +1,7 @@
 #ifndef MATH_POS_H
 #define MATH_POS_H
 
+
 #include <iosfwd>
 #include "math_data.h"
 
@@ -19,6 +20,8 @@ public:
        MathArray & cell(MathArray::idx_type idx) const;
        /// gets screen position of the thing
        void getPos(int & x, int & y) const;
+       /// set position
+       void setPos(MathArray::pos_type pos);
 
 public:
        /// pointer to an inset