]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/grid.h
Correct decoding of 4-byte integers in png2c script.
[wxWidgets.git] / interface / wx / grid.h
index 6203daa4db98ef58ef32e5f74661b45ebe4fa0b0..90c5d9a3a5cc96dd5a18a395dd02b6c0fba452e1 100644 (file)
@@ -4251,6 +4251,10 @@ public:
 
     /**
         Column at which the event occurred.
+
+        Notice that for a @c wxEVT_GRID_SELECT_CELL event this column is the
+        column of the newly selected cell while the previously selected cell
+        can be retrieved using wxGrid::GetGridCursorCol().
     */
     virtual int GetCol();
 
@@ -4261,6 +4265,10 @@ public:
 
     /**
         Row at which the event occurred.
+
+        Notice that for a @c wxEVT_GRID_SELECT_CELL event this row is the row
+        of the newly selected cell while the previously selected cell can be
+        retrieved using wxGrid::GetGridCursorRow().
     */
     virtual int GetRow();