]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insettabular.h
updates to minipage inset
[lyx.git] / src / insets / insettabular.h
index d6f87f2dfbb89c79c82335a2d34b2caf49f9d48e..58e77c0ec3df927c4213bc1d1f71d50374698cea 100644 (file)
@@ -135,7 +135,8 @@ public:
     ///
     void InsetKeyPress(XKeyEvent *);
     ///
-    UpdatableInset::RESULT LocalDispatch(BufferView *, int, string const &);
+    UpdatableInset::RESULT LocalDispatch(BufferView *, kb_action,
+                                        string const &);
     ///
     int Latex(Buffer const *, std::ostream &, bool, bool) const;
     ///
@@ -166,7 +167,7 @@ public:
     ///
     Buffer * BufferOwner() const { return const_cast<Buffer *>(buffer); }
     ///
-    LyXText * getLyXText(BufferView const *) const;
+    LyXText * getLyXText(BufferView const *, bool const recursive = false) const;
     ///
     void resizeLyXText(BufferView *) const;
     ///