]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathHull.h
simplify GuiToc / TocWidget interaction. Much can still be simplified...
[lyx.git] / src / mathed / InsetMathHull.h
index b69b55f75ebeab2156796bd4c47d3659988053a2..7e67c6e52f1cb4b1144047f2fd7912d656caee04 100644 (file)
@@ -120,6 +120,9 @@ public:
 
        ///
        static int displayMargin() { return 12; }
+       
+       /// Force inset into LTR environment if surroundings are RTL?
+       virtual bool forceLTR() const { return true; }
 
 protected:
        InsetMathHull(InsetMathHull const &);
@@ -196,7 +199,8 @@ public:
        ///
        EDITABLE editable() const { return HIGHLY_EDITABLE; }
        ///
-       void edit(Cursor & cur, bool left);
+       void edit(Cursor & cur, bool front, 
+               EntryDirection entry_from = ENTRY_DIRECTION_IGNORE);
        ///
        Inset * editXY(Cursor & cur, int x, int y);
        ///