]> git.lyx.org Git - lyx.git/blobdiff - src/tabular.h
more changes, read the Changelog
[lyx.git] / src / tabular.h
index 78c87575e498b80d750581ab387f5b91ffd939bb..0b19167c7cddade50e2234488fdc2dd24541ba2b 100644 (file)
@@ -117,10 +117,10 @@ public:
     int GetDescentOfRow(int row) const;
     ///
     int GetHeightOfTabular() const;
-    ///
-    void SetAscentOfRow(int row, int height);
-    ///
-    void SetDescentOfRow(int row, int height);
+    /// Returns true if a complete update is necessary, otherwise false
+    bool SetAscentOfRow(int row, int height);
+    /// Returns true if a complete update is necessary, otherwise false
+    bool SetDescentOfRow(int row, int height);
     /// Returns true if a complete update is necessary, otherwise false
     bool SetWidthOfCell(int cell, int new_width);
     /// Returns true if a complete update is necessary, otherwise false