some of the wxGrid selection getting functions arn't working correctly. in fact, i don't think they are even working in the latest version: wxGrid::GetSelectedRows, getGrid::GetSelectedCols, wxGrid::GetSelectedCells. all of them are supposed to return a wxArray subtype containing all the cells that are being selected, but none of them does that.
the only function that can be used for checking selection is IsSelection for checking if any cells are being selected, and IsInSelection to check if a cell is selected, you may build additional functions on top of those.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment