]> git.lyx.org Git - features.git/blobdiff - src/insets/insettext.h
LyX Drinkers United: patch 2
[features.git] / src / insets / insettext.h
index 7516a4a6b102c447d4748102195e264cd9bf5218..2382a35461d119d2b7e886e3b7b8ff9c191750a6 100644 (file)
@@ -171,11 +171,12 @@ public:
        ///
        void SetFrameColor(BufferView *, LColor::color);
        ///
-       LyXText * getLyXText(BufferView const *, bool const recursive=false) const;
+       LyXText * getLyXText(BufferView const *,
+                            bool const recursive = false) const;
        ///
-       void deleteLyXText(BufferView *, bool recursive=true) const;
+       void deleteLyXText(BufferView *, bool recursive = true) const;
        ///
-       void resizeLyXText(BufferView *, bool force=false) const;
+       void resizeLyXText(BufferView *, bool force = false) const;
        ///
        bool ShowInsetDialog(BufferView *) const;
        ///
@@ -184,9 +185,11 @@ public:
        bool nodraw() const;
        ///
        int scroll(bool recursive=true) const;
+       ///
        void scroll(BufferView *bv, float sx) const {
                UpdatableInset::scroll(bv, sx);
        }
+       ///
        void scroll(BufferView *bv, int offset) const {
                UpdatableInset::scroll(bv, offset);
        }