]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrow.h
more changes, read the Changelog
[lyx.git] / src / lyxrow.h
index e480cfaf18b6d140ad390d724b83480e388fa6a9..9da3170342946a616f99e1c04c768c614f563ee9 100644 (file)
@@ -38,6 +38,10 @@ public:
        ///
        unsigned short height() const;
        ///
+       void width(unsigned int w);
+       ///
+       unsigned int width() const;
+       ///
        void ascent_of_text(unsigned short a);
        ///
        unsigned short ascent_of_text() const;
@@ -64,6 +68,8 @@ private:
        ///
        unsigned short height_;
        ///
+       unsigned int width_;
+       ///
        unsigned short ascent_of_text_;
        ///
        unsigned int baseline_;