]> git.lyx.org Git - lyx.git/blobdiff - src/dimension.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / dimension.h
index 2b732584ff9988dcb627213ba8827b8c838e20db..67d63b9e210e8f1fd11a73bf5878b518399a98ee 100644 (file)
@@ -40,6 +40,11 @@ public:
        /// get width
        int width() const { return wid; }
 
+       /// add space for a frame
+       //void addFrame(int frame) const;
+       /// add space for bottom part of a frame
+       //void addFrameBottom(int frame) const;
+
 public:
        /// these are intentionally public as things like
        ///