]> git.lyx.org Git - lyx.git/blobdiff - src/WorkArea.h
Various fixes to Tabular, InsetTabular and InsetText. Fixed left border for
[lyx.git] / src / WorkArea.h
index dc3e26a5413d2bcd4fc5a4296c1b38f7e4787acd..95d8e0d334a6a1287c90e562aa4239b9c7e428c3 100644 (file)
@@ -36,12 +36,16 @@ public:
        int workWidth() const { return work_area->w; }
        ///
        unsigned int width() const { return work_area->w + scrollbar->w; }
+       //unsigned int width() const { return backgroundbox->w + 15; }
        ///
        unsigned int height() const { return work_area->h; }
+       //unsigned int height() const { return backgroundbox->h; }
        ///
        int xpos() const { return work_area->x; }
+       //int xpos() const { return backgroundbox->x; }
        ///
        int ypos() const { return work_area->y; }
+       //int ypos() const { return backgroundbox->y; }
        ///
        void resize(int xpos, int ypos, int width, int height);
        ///