]> git.saurik.com Git - wxWidgets.git/commitdiff
Added a warning about multi-cells in wxGrid::DeleteRows() docs.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Dec 2011 12:52:56 +0000 (12:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Dec 2011 12:52:56 +0000 (12:52 +0000)
Currently deleting rows or columns intersecting a multi-cell is simply not
supported and results in an immediate crash.

See #4238.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/grid.h

index ed3b3a8689d3eaaba3a9c9b3f324236e0d1280d6..6ba13bed3b6a44ea097c45c6901dca7c6ea996c7 100644 (file)
@@ -1457,6 +1457,9 @@ public:
     /**
         Delete rows from the table.
 
+        Notice that currently deleting a row intersecting a multi-cell (see
+        SetCellSize()) is not supported and will result in a crash.
+
         @param pos
             The first row to delete.
         @param numRows