]> git.lyx.org Git - lyx.git/blobdiff - src/lyxrow.h
try pre2 again
[lyx.git] / src / lyxrow.h
index e480cfaf18b6d140ad390d724b83480e388fa6a9..108f925f415faada6a2162effbf4e58750594220 100644 (file)
 #ifndef LYXROW_H
 #define LYXROW_H
 
+#ifdef __GNUG__
+#pragma interface
+#endif
+
 #include "lyxparagraph.h"
 
 ///
@@ -38,6 +42,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 +72,8 @@ private:
        ///
        unsigned short height_;
        ///
+       unsigned int width_;
+       ///
        unsigned short ascent_of_text_;
        ///
        unsigned int baseline_;