]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
Phantom is fragile (#9456)
[lyx.git] / src / insets / Inset.h
index 63834eb6a0da8f195473e93e0e2600152876c97d..5fcc892dba96cd2a8417f806434e4ad5f9afc708 100644 (file)
@@ -431,8 +431,8 @@ public:
        /// is this equivalent to a space (which is BTW different from
        /// a line separator)?
        virtual bool isSpace() const { return false; }
-       /// is this an expandible space (rubber length)?
-       virtual bool isStretchableSpace() const { return false; }
+       /// does this inset try to use all available space (like \\hfill does)?
+       virtual bool isHfill() const { return false; }
 
        enum DisplayType {
                Inline = 0,