]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
Replace home made temp file creation with safer (and cleaner) Qt' solution. Should...
[lyx.git] / src / insets / InsetTabular.h
index 5cf3d7eb3deac7915b087557c3fca708638e2646..c2395698f8d3a33f9e6ba2a099d56314bef84259 100644 (file)
@@ -681,6 +681,8 @@ private:
        virtual bool forcePlainLayout(idx_type = 0) const;
        /// 
        virtual bool allowParagraphCustomization(idx_type = 0) const;
+       /// Is the width forced to some value?
+       bool hasFixedWidth() const { return isFixedWidth; }
 };