Re: wxEuphoria missing wxGrid functions
- Posted by ghaberek (admin) Mar 16, 2009
- 935 views
I just added the routines committed them to the SVN. They will show up in the next release, or you can check out the SVN and compile the library yourself if you need them sooner.
get_selected_cells() returns a sequence of {row,col} coordinates
get_selected_cols() returns a sequence of column numbers
get_selected_rows() returns a sequence of row numbers
get_selected_cols() returns a sequence of column numbers
get_selected_rows() returns a sequence of row numbers
-Greg