]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.h
Added inset-select-all to emacs bindings
[lyx.git] / src / insets / InsetSpace.h
index 7e32dc7cb5deaf0bc4de426e82753d971562bf88..b5a628a4561326581105297fe15b692d40a3b9a1 100644 (file)
@@ -135,14 +135,15 @@ public:
        ///
        void toString(odocstream &) const;
        ///
-       void forToc(docstring &, size_t) const;
+       void forOutliner(docstring &, size_t) const;
        ///
        bool hasSettings() const { return true; }
        ///
+       bool clickable(int, int) const { return true; }
+       ///
        InsetCode lyxCode() const { return SPACE_CODE; }
-       /// is this an expandible space (rubber length)?
-       bool isStretchableSpace() const;
-
+       /// does this inset try to use all available space (like \\hfill does)?
+       bool isHfill() const;
        /// should this inset be handled like a normal character?
        bool isChar() const { return true; }
        /// is this equivalent to a letter?