]> git.lyx.org Git - lyx.git/blobdiff - src/insets/insetbox.h
* src/LyXAction.C: mark goto-clear-bookmark as working without buffer
[lyx.git] / src / insets / insetbox.h
index 55ad9237dcd75fed68d1cb2db7611433ce48b665..8786c1c649efb1301eeaec92995e0f9d7ddc9f63 100644 (file)
@@ -108,6 +108,8 @@ public:
 protected:
        InsetBox(InsetBox const &);
        virtual void doDispatch(LCursor & cur, FuncRequest & cmd);
+       /// Is the width forced to some value?
+       virtual bool hasFixedWidth() const;
 private:
        friend class InsetBoxParams;