]> git.lyx.org Git - features.git/blobdiff - src/insets/insetert.h
Various fixes to Tabular, InsetTabular and InsetText. Fixed left border for
[features.git] / src / insets / insetert.h
index d50f1e244f97879c38245f11278aaf31285aba8c..f57208d4c8906d3f06c58046f01f02630800581c 100644 (file)
@@ -38,7 +38,8 @@ public:
        ///
        bool InsertInset(BufferView *, Inset *) { return false; }
        ///
-       void SetFont(BufferView *, LyXFont const &, bool toggleall = false);
+       void SetFont(BufferView *, LyXFont const &, bool toggleall = false,
+                 bool selectall = false);
        ///
        void Edit(BufferView *, int, int, unsigned int);
 };