On 11/16/12 6:37 AM, taikou wrote:
> Hi Robin,
>
> It returns None if param is set to be None. I looked at the source code
> and param is compared with m_AnchorName for anchor cell.
>
> What if we parsed the object as wxString instead of void ptr?
>
It's a void pointer in C++ because in theory it should be able to use
any data type to find a matching cell, depending on what the class of
the target cell is using for checking if it is a match. Unfortunately I
can't think of a good way to support this in Classic wxPython, although
it will be fairly easy in Phoenix. Sorry.