]> 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 8055706c41118b0f0df5599710eae187ef1611f9..b5a628a4561326581105297fe15b692d40a3b9a1 100644 (file)
@@ -142,9 +142,8 @@ public:
        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?